Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/41136bd7b441d09ee283dc5ff507ecbeed6f0447 >--------------------------------------------------------------- commit 41136bd7b441d09ee283dc5ff507ecbeed6f0447 Author: Paolo Capriotti <[email protected]> Date: Wed Apr 11 18:15:11 2012 +0100 Fix Defer02 test for Windows. >--------------------------------------------------------------- tests/ghci/scripts/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/ghci/scripts/all.T b/tests/ghci/scripts/all.T index b4541d6..af1cd52 100755 --- a/tests/ghci/scripts/all.T +++ b/tests/ghci/scripts/all.T @@ -113,4 +113,4 @@ test('T5564', normal, ghci_script, ['T5564.script']) test('Defer02', normal, ghci_script, ['Defer02.script']) test('T5820', normal, ghci_script, ['T5820.script']) test('T5836', normal, ghci_script, ['T5836.script']) -test('T5979', normal, ghci_script, ['T5979.script']) +test('T5979', normalise_slashes, ghci_script, ['T5979.script']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
