[commit: ghc] master: Trac #8831 is fixed (1a7709e)
git at git.haskell.org
git at git.haskell.org
Sun Mar 23 18:49:45 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1a7709ef9b25175566bc040a34b3d479ea8566ed/ghc
>---------------------------------------------------------------
commit 1a7709ef9b25175566bc040a34b3d479ea8566ed
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Sun Mar 23 18:46:22 2014 +0000
Trac #8831 is fixed
>---------------------------------------------------------------
1a7709ef9b25175566bc040a34b3d479ea8566ed
testsuite/tests/ghci/scripts/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T
index d41d985..6c6923d 100755
--- a/testsuite/tests/ghci/scripts/all.T
+++ b/testsuite/tests/ghci/scripts/all.T
@@ -168,5 +168,5 @@ test('T8674', normal, ghci_script, ['T8674.script'])
test('T8696', normal, ghci_script, ['T8696.script'])
test('T8776', normal, ghci_script, ['T8776.script'])
test('ghci059', normal, ghci_script, ['ghci059.script'])
-test('T8831', expect_broken(8831), ghci_script, ['T8831.script'])
+test('T8831', normal, ghci_script, ['T8831.script'])
test('T8917', normal, ghci_script, ['T8917.script'])
More information about the ghc-commits
mailing list