[commit: ghc] master: testsuite/ClassOperator: This actually should_fail (fd1b5ae)
git at git.haskell.org
git at git.haskell.org
Mon Dec 21 19:22:32 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/fd1b5ae701bf3f0de5d2a56a7320b68d4f66b510/ghc
>---------------------------------------------------------------
commit fd1b5ae701bf3f0de5d2a56a7320b68d4f66b510
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Dec 21 19:13:17 2015 +0100
testsuite/ClassOperator: This actually should_fail
See #11264 for details.
>---------------------------------------------------------------
fd1b5ae701bf3f0de5d2a56a7320b68d4f66b510
testsuite/tests/typecheck/should_compile/all.T | 1 -
.../tests/typecheck/{should_compile => should_fail}/ClassOperator.hs | 0
testsuite/tests/typecheck/should_fail/all.T | 3 +--
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/testsuite/tests/typecheck/should_compile/all.T b/testsuite/tests/typecheck/should_compile/all.T
index 5b09782..ae2aa94 100644
--- a/testsuite/tests/typecheck/should_compile/all.T
+++ b/testsuite/tests/typecheck/should_compile/all.T
@@ -481,4 +481,3 @@ test('T10935', normal, compile, [''])
test('T10971a', normal, compile, [''])
test('T11237', normal, compile, [''])
test('T10592', normal, compile, [''])
-test('ClassOperator', expect_broken(11264), compile, [''])
diff --git a/testsuite/tests/typecheck/should_compile/ClassOperator.hs b/testsuite/tests/typecheck/should_fail/ClassOperator.hs
similarity index 100%
rename from testsuite/tests/typecheck/should_compile/ClassOperator.hs
rename to testsuite/tests/typecheck/should_fail/ClassOperator.hs
diff --git a/testsuite/tests/typecheck/should_fail/all.T b/testsuite/tests/typecheck/should_fail/all.T
index 2670ba4..fc89ad9 100644
--- a/testsuite/tests/typecheck/should_fail/all.T
+++ b/testsuite/tests/typecheck/should_fail/all.T
@@ -394,5 +394,4 @@ test('CustomTypeErrors01', normal, compile_fail, [''])
test('CustomTypeErrors02', normal, compile_fail, [''])
test('CustomTypeErrors03', normal, compile_fail, [''])
test('T11112', normal, compile_fail, [''])
-
-
+test('ClassOperator', expect_broken(11264), compile, [''])
More information about the ghc-commits
mailing list