[commit: testsuite] master: print020 now passes (e5db4c4)
Ian Lynagh
igloo at earth.li
Mon Feb 11 20:26:20 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e5db4c411f2e6db7377f4b2fad4b013a8dd55bf0
>---------------------------------------------------------------
commit e5db4c411f2e6db7377f4b2fad4b013a8dd55bf0
Author: Ian Lynagh <ian at well-typed.com>
Date: Mon Feb 11 18:54:37 2013 +0000
print020 now passes
>---------------------------------------------------------------
tests/ghci.debugger/scripts/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/ghci.debugger/scripts/all.T b/tests/ghci.debugger/scripts/all.T
index 76a8f0f..4ddc9bc 100644
--- a/tests/ghci.debugger/scripts/all.T
+++ b/tests/ghci.debugger/scripts/all.T
@@ -20,7 +20,7 @@ test('print016', normal, ghci_script, ['print016.script'])
test('print017', normal, ghci_script, ['print017.script'])
test('print018', normal, ghci_script, ['print018.script'])
test('print019', normal, ghci_script, ['print019.script'])
-test('print020', expect_broken(2806), ghci_script, ['print020.script'])
+test('print020', normal, ghci_script, ['print020.script'])
test('print021', normal, ghci_script, ['print021.script'])
test('print022', normal, ghci_script, ['print022.script'])
test('print023', normal, ghci_script, ['print023.script'])
More information about the ghc-commits
mailing list