summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2015-06-11 08:54:27 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2015-06-11 13:32:29 +0100
commitc0dc79fbef90bf26e771d24a102044060ac001fb (patch)
treeea8ded9017148ab5a3dcb8927d5632c9f6f5ef0f
parentddbb97d00fdbc5870a4076ed15af8e607b161cb2 (diff)
downloadhaskell-c0dc79fbef90bf26e771d24a102044060ac001fb.tar.gz
IndTypesPerfMerge no longer seems to requre -M20M
-rw-r--r--testsuite/tests/indexed-types/should_compile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/indexed-types/should_compile/Makefile b/testsuite/tests/indexed-types/should_compile/Makefile
index 5401afdf27..e5970c0c56 100644
--- a/testsuite/tests/indexed-types/should_compile/Makefile
+++ b/testsuite/tests/indexed-types/should_compile/Makefile
@@ -11,8 +11,8 @@ NewTyCo:
IndTypesPerf:
$(RM) IndTypesPerf.o IndTypesPerf.hi
$(RM) IndTypesPerfMerge.o IndTypesPerfMerge.hi
- '$(TEST_HC)' $(TEST_HC_OPTS) -O -c IndTypesPerfMerge.hs +RTS -M20M
- '$(TEST_HC)' $(TEST_HC_OPTS) -O -c IndTypesPerf.hs +RTS -M20M
+ '$(TEST_HC)' $(TEST_HC_OPTS) -O -c IndTypesPerfMerge.hs
+ '$(TEST_HC)' $(TEST_HC_OPTS) -O -c IndTypesPerf.hs
T5955:
$(RM) T5955.o T5955.hi T5955a.o T5955a.hi