[commit: ghc] ghc-8.0: Fix T9646 (573716f)
git at git.haskell.org
git at git.haskell.org
Wed Mar 23 16:38:07 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/573716f57f5be7bb7c82a0c6065f1f0ea1e09dfd/ghc
>---------------------------------------------------------------
commit 573716f57f5be7bb7c82a0c6065f1f0ea1e09dfd
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Mar 20 16:47:31 2016 +0100
Fix T9646
For #9646.
(cherry picked from commit 08d254bc8452cdb12f852805f20d346ad4181ed8)
>---------------------------------------------------------------
573716f57f5be7bb7c82a0c6065f1f0ea1e09dfd
testsuite/tests/simplCore/T9646/test.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/simplCore/T9646/test.T b/testsuite/tests/simplCore/T9646/test.T
index 2baae52..1456217 100644
--- a/testsuite/tests/simplCore/T9646/test.T
+++ b/testsuite/tests/simplCore/T9646/test.T
@@ -2,5 +2,5 @@
test('T9646',
[when(fast(), skip), extra_clean(['Main.hi', 'Main.o'])],
multimod_compile_and_run,
- ['Main', ''])
+ ['Main -ddump-simpl -ddump-to-file', ''])
More information about the ghc-commits
mailing list