aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/all.T7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/all.T b/tests/all.T
index c849a69..eb220c9 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -16,13 +16,14 @@ test('resourceLimit', normal, compile_and_run, ['-package unix'])
x86FreeBsdFail = when(platform('i386-unknown-freebsd'), expect_fail)
-test('queryfdoption01', compose(omit_ways(['ghci']), compose(only_compiler_types(['ghc']), x86FreeBsdFail)),
+test('queryfdoption01',
+ [omit_ways(['ghci']), only_compiler_types(['ghc']), x86FreeBsdFail],
compile_and_run, ['-package unix'])
test('getEnvironment01', x86FreeBsdFail, compile_and_run, ['-package unix'])
test('getEnvironment02', x86FreeBsdFail, compile_and_run, ['-package unix'])
-test('getGroupEntryForName', compose(x86FreeBsdFail, exit_code(1)), compile_and_run,
+test('getGroupEntryForName', [x86FreeBsdFail, exit_code(1)], compile_and_run,
['-package unix'])
-test('getUserEntryForName', compose(x86FreeBsdFail, exit_code(1)), compile_and_run,
+test('getUserEntryForName', [x86FreeBsdFail, exit_code(1)], compile_and_run,
['-package unix'])