summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2015-06-18 15:18:19 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2015-06-18 15:18:19 +0100
commit5d98b6828f65ce6eea45e93880928b7031955d38 (patch)
tree2946d23b8fbcea4da96cef3e32dd40a46acfb6e7
parentee64369828f505fd6f53ddcbbb9ad4e08aa78800 (diff)
downloadhaskell-5d98b6828f65ce6eea45e93880928b7031955d38.tar.gz
Trac #4945 is working again
This test greps in the ouput of -ddump-simpl, so it's fragile. It stopped working for a while, but now works again. I don't know why, but I don't have time to investigate, so I'll just mark it as ok.
-rw-r--r--testsuite/tests/simplCore/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index f7ff85beec..3a8a6e1124 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -107,7 +107,7 @@ test('T4918',
['$MAKE -s --no-print-directory T4918'])
test('T4945',
- expect_broken(4945),
+ normal,
run_command,
['$MAKE -s --no-print-directory T4945'])