From 4dbad9911c72b9ecbf01afb19e57460dc016d912 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 29 Oct 2007 11:46:06 +0000 Subject: fix framework failures --- tests/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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']) -- cgit v1.2.3