summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2018-02-27 08:46:50 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2018-02-27 08:46:50 +0000
commit3dec9236a80299cd3e3b9b21a42f91628db1a3d7 (patch)
tree2ddb834e2579e92c635d284daa50cb5cabe766c9
parentd675a354e8db67d87d1f257c3d1d2bf2d58c2b3f (diff)
downloadhaskell-3dec9236a80299cd3e3b9b21a42f91628db1a3d7.tar.gz
Test for Trac #13075 is working now
-rw-r--r--testsuite/tests/typecheck/should_fail/T13075.stderr1
-rw-r--r--testsuite/tests/typecheck/should_fail/all.T2
2 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T13075.stderr b/testsuite/tests/typecheck/should_fail/T13075.stderr
new file mode 100644
index 0000000000..0519ecba6e
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T13075.stderr
@@ -0,0 +1 @@
+ \ No newline at end of file
diff --git a/testsuite/tests/typecheck/should_fail/all.T b/testsuite/tests/typecheck/should_fail/all.T
index 20ed5a4ade..5377fefeb7 100644
--- a/testsuite/tests/typecheck/should_fail/all.T
+++ b/testsuite/tests/typecheck/should_fail/all.T
@@ -429,7 +429,7 @@ test('T12947', normal, compile_fail, [''])
test('T12973', normal, compile_fail, [''])
test('StrictBinds', normal, compile_fail, [''])
test('T13068', [extra_files(['T13068.hs', 'T13068a.hs', 'T13068.hs-boot', 'T13068m.hs'])], multimod_compile_fail, ['T13068m', ''])
-test('T13075', expect_broken(13075), compile_fail, [''])
+test('T13075', normal, compile_fail, [''])
test('T13105', normal, compile_fail, [''])
test('LevPolyBounded', normal, compile_fail, [''])
test('T13487', normal, compile, [''])