aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.T b/tests/all.T
index 096ba2e..2ae037f 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -8,7 +8,7 @@ test('signals002', compose(only_compiler_types(['ghc']), conf),
compile_and_run, ['-package unix'])
test('fileexist01', conf, compile_and_run, ['-package unix'])
test('forkprocess01', compose(only_compiler_types(['ghc']),
- compose(expect_fail_for('threaded2'), conf)),
+ compose(expect_fail_for(['threaded2']), conf)),
compile_and_run, ['-package unix'])
test('user001', conf, compile_and_run, ['-package unix'])