From 8d34b5c785c56d68765e70e74e73be45be419df8 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 11 Feb 2013 15:07:12 +0000 Subject: Convert more helper functions --- testsuite/tests/concurrent/should_run/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/concurrent') diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T index f0a68dea41..d5ceb72575 100644 --- a/testsuite/tests/concurrent/should_run/all.T +++ b/testsuite/tests/concurrent/should_run/all.T @@ -53,7 +53,7 @@ test('numsparks001', only_ways(['threaded1']), compile_and_run, ['']) test('T4262', [ skip, # skip for now, it doesn't give reliable results only_ways(['threaded1']), unless(opsys('linux'),skip), - if_compiler_lt('ghc', '7.1', expect_fail) ], + when(compiler_lt('ghc', '7.1'), expect_fail) ], compile_and_run, ['']) test('T4813', normal, compile_and_run, ['']) -- cgit v1.2.1