[commit: ghc] master: Final error message wibble (a058ad6)
git at git.haskell.org
git at git.haskell.org
Tue Apr 7 16:52:03 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a058ad65e0936c1b7104ee976cbf80d97fd7232e/ghc
>---------------------------------------------------------------
commit a058ad65e0936c1b7104ee976cbf80d97fd7232e
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Apr 7 17:52:14 2015 +0100
Final error message wibble
>---------------------------------------------------------------
a058ad65e0936c1b7104ee976cbf80d97fd7232e
testsuite/tests/simplCore/should_compile/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/simplCore/should_compile/Makefile b/testsuite/tests/simplCore/should_compile/Makefile
index 724cd3e..a7460b0 100644
--- a/testsuite/tests/simplCore/should_compile/Makefile
+++ b/testsuite/tests/simplCore/should_compile/Makefile
@@ -83,7 +83,7 @@ simpl021:
.PHONY: T5327
T5327:
$(RM) -f T5327.hi T5327.o
- '$(TEST_HC)' $(TEST_HC_OPTS) -c T5327.hs -O -ddump-simpl | grep -c 'GHC.Prim.># 34# '
+ '$(TEST_HC)' $(TEST_HC_OPTS) -c T5327.hs -O -ddump-simpl | grep -c '># 34# '
.PHONY: T5623
T5623:
More information about the ghc-commits
mailing list