summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-08 00:38:42 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-08 00:38:42 +0000
commit7d734542a06213d4723c8074f2f7873cee5f1bf0 (patch)
tree60e2b2c04ba8982e9cfb2f9cf8d098e3b1a16eea /testsuite/tests/ffi
parentd34f3e856b90de8e9ebbe14828c26ceb3c80ebdb (diff)
downloadhaskell-7d734542a06213d4723c8074f2f7873cee5f1bf0.tar.gz
Replace 'if_platform' and 'unless_platform' with 'platform'
Diffstat (limited to 'testsuite/tests/ffi')
-rw-r--r--testsuite/tests/ffi/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ffi/should_run/all.T b/testsuite/tests/ffi/should_run/all.T
index 1811f42af9..09e69447ef 100644
--- a/testsuite/tests/ffi/should_run/all.T
+++ b/testsuite/tests/ffi/should_run/all.T
@@ -33,7 +33,7 @@ test('ffi004', skip, compile_and_run, [''])
#
test('ffi005', [ omit_ways(prof_ways),
if_arch('i386', skip),
- if_platform('i386-apple-darwin', expect_broken(4105)),
+ when(platform('i386-apple-darwin'), expect_broken(4105)),
exit_code(3) ],
compile_and_run, [''])