summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-12-30 10:16:59 (GMT)
committerBen Gamari <ben@smart-cactus.org>2015-12-30 11:00:09 (GMT)
commit07779c23d2a0e4b98d6ee29c0bc7e09345a24d4a (patch)
treeb763eba8a0f1e26e6b512cc1845a9598bb5907d6
parent8fcf1e729fda213591251d974df4b3c9875d9a0a (diff)
downloadghc-07779c23d2a0e4b98d6ee29c0bc7e09345a24d4a.zip
ghc-07779c23d2a0e4b98d6ee29c0bc7e09345a24d4a.tar.gz
ghc-07779c23d2a0e4b98d6ee29c0bc7e09345a24d4a.tar.bz2
T11303: Set maximum heap size
As suggested by @thomie.
-rw-r--r--testsuite/tests/pmcheck/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/all.T b/testsuite/tests/pmcheck/should_compile/all.T
index 3bd4118..9278fde 100644
--- a/testsuite/tests/pmcheck/should_compile/all.T
+++ b/testsuite/tests/pmcheck/should_compile/all.T
@@ -22,7 +22,7 @@ test('T7669a', only_compiler_types(['ghc']), compile, ['-fwarn-incomplete-patter
test('T8970', only_compiler_types(['ghc']), compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns'])
test('T9951b',only_compiler_types(['ghc']), compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns'])
test('T9951', only_compiler_types(['ghc']), compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns'])
-test('T11303', normal, compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns'])
+test('T11303', normal, compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns +RTS -M1G -RTS'])
# Other tests
test('pmc001', only_compiler_types(['ghc']), compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns'])