diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-08-03 15:19:32 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-08-04 09:33:05 +0100 |
commit | a55eca9941e538e01a31a38c1682e7ff42faf4cc (patch) | |
tree | 5b114b9dcee95822ee19c5a8c7e8aac0de4942c2 /testsuite/tests/concurrent/prog003 | |
parent | 25d4863492fd8ffa987c1487549351d786e58895 (diff) | |
download | haskell-a55eca9941e538e01a31a38c1682e7ff42faf4cc.tar.gz |
add some more reqlib('random')s
Diffstat (limited to 'testsuite/tests/concurrent/prog003')
-rw-r--r-- | testsuite/tests/concurrent/prog003/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/concurrent/prog003/all.T b/testsuite/tests/concurrent/prog003/all.T index fc342e9fd0..874b3967dd 100644 --- a/testsuite/tests/concurrent/prog003/all.T +++ b/testsuite/tests/concurrent/prog003/all.T @@ -27,6 +27,7 @@ test('concprog003', 'Main.hi', 'Main.o', 'TestData.hi', 'TestData.o' ]), + reqlib('random'), extra_run_opts('IMM -t test-8-3000-3000-2-1-4'), ], multimod_compile_and_run, |