diff options
Diffstat (limited to 'testsuite/tests/lib/IORef/all.T')
-rw-r--r-- | testsuite/tests/lib/IORef/all.T | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/lib/IORef/all.T b/testsuite/tests/lib/IORef/all.T new file mode 100644 index 0000000000..cb41d73fa1 --- /dev/null +++ b/testsuite/tests/lib/IORef/all.T @@ -0,0 +1,4 @@ +test('ioref001', compose(skip_if_fast,extra_run_opts('+RTS -K64m -RTS')), \ + compile_and_run, ['+RTS -K64m -RTS']) + +# need to add -K32m to the compiler opts, so that GHCi gets it too |