diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-04-07 17:52:14 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2015-04-07 17:52:14 +0100 |
commit | a058ad65e0936c1b7104ee976cbf80d97fd7232e (patch) | |
tree | 06c497406bb3a758741369ef3e0f7e2932a3b73d | |
parent | e6e0415befc9784f8631360fe51b34232ad589e9 (diff) | |
download | haskell-a058ad65e0936c1b7104ee976cbf80d97fd7232e.tar.gz |
Final error message wibble
-rw-r--r-- | testsuite/tests/simplCore/should_compile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/Makefile b/testsuite/tests/simplCore/should_compile/Makefile index 724cd3e922..a7460b0d14 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: |