summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-12-21 19:13:17 +0100
committerBen Gamari <ben@smart-cactus.org>2015-12-21 20:23:14 +0100
commitfd1b5ae701bf3f0de5d2a56a7320b68d4f66b510 (patch)
tree5c7759716f97652dafb55abadffdd2a7d3e7b78c /testsuite
parent4bb9f881fe07634b94cafa7504c7a02dc9d554dd (diff)
downloadhaskell-fd1b5ae701bf3f0de5d2a56a7320b68d4f66b510.tar.gz
testsuite/ClassOperator: This actually should_fail
See #11264 for details.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/typecheck/should_compile/all.T1
-rw-r--r--testsuite/tests/typecheck/should_fail/ClassOperator.hs (renamed from testsuite/tests/typecheck/should_compile/ClassOperator.hs)0
-rw-r--r--testsuite/tests/typecheck/should_fail/all.T3
3 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_compile/all.T b/testsuite/tests/typecheck/should_compile/all.T
index 5b09782984..ae2aa9479d 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
index 6d41d113fb..6d41d113fb 100644
--- a/testsuite/tests/typecheck/should_compile/ClassOperator.hs
+++ b/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 2670ba4a5f..fc89ad94de 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, [''])