diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-08 00:38:42 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-08 00:38:42 +0000 |
commit | 7d734542a06213d4723c8074f2f7873cee5f1bf0 (patch) | |
tree | 60e2b2c04ba8982e9cfb2f9cf8d098e3b1a16eea /testsuite/tests/ffi | |
parent | d34f3e856b90de8e9ebbe14828c26ceb3c80ebdb (diff) | |
download | haskell-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.T | 2 |
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, ['']) |