aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Simon Marlow <simonmar@microsoft.com>2007-10-29 11:46:06 +0000
committerGravatar Simon Marlow <simonmar@microsoft.com>2007-10-29 11:46:06 +0000
commit4dbad9911c72b9ecbf01afb19e57460dc016d912 (patch)
tree03317a2c7668c8d826ce93d1a12495e8f7c27c53 /tests
parent00d99e0fa26b450466a2bb709dda6f67a8fd60bc (diff)
fix framework failures
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'])