[commit: testsuite] master: gadt6 is fine now, even with DEBUG (84bec95)
git at git.haskell.org
git at git.haskell.org
Fri Nov 22 16:06:22 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/84bec950841dee2a8a96eeb880c55ecdb91dce96/testsuite
>---------------------------------------------------------------
commit 84bec950841dee2a8a96eeb880c55ecdb91dce96
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Nov 22 16:06:07 2013 +0000
gadt6 is fine now, even with DEBUG
>---------------------------------------------------------------
84bec950841dee2a8a96eeb880c55ecdb91dce96
tests/gadt/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gadt/all.T b/tests/gadt/all.T
index aa37918..d23d1fc 100644
--- a/tests/gadt/all.T
+++ b/tests/gadt/all.T
@@ -10,7 +10,7 @@ test('gadt2', when(fast(), skip), compile_and_run, [''])
test('gadt3', normal, compile, [''])
test('gadt4', when(fast(), skip), compile_and_run, [''])
test('gadt5', when(fast(), skip), compile_and_run, [''])
-test('gadt6', when(compiler_debugged(), expect_broken(8553)), compile, [''])
+test('gadt6', normal, compile, [''])
test('gadt7', normal, compile_fail, [''])
test('gadt8', normal, compile, [''])
test('gadt9', normal, compile, [''])
More information about the ghc-commits
mailing list