summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_compile/all.T
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-11 14:03:23 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-11 14:03:23 +0000
commit5382010aeae8b9fa3ce93cd2f1b714eeb2bd31fb (patch)
treea42a10abaeaf9472749880c2f8d66fa42be318b7 /testsuite/tests/codeGen/should_compile/all.T
parent40f960dab8ec0c4c133727baaa649664ee4953db (diff)
downloadhaskell-5382010aeae8b9fa3ce93cd2f1b714eeb2bd31fb.tar.gz
Change '{if,unless}_arch' to 'arch'
Diffstat (limited to 'testsuite/tests/codeGen/should_compile/all.T')
-rw-r--r--testsuite/tests/codeGen/should_compile/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/codeGen/should_compile/all.T b/testsuite/tests/codeGen/should_compile/all.T
index 046d98ec56..220ff85003 100644
--- a/testsuite/tests/codeGen/should_compile/all.T
+++ b/testsuite/tests/codeGen/should_compile/all.T
@@ -15,8 +15,8 @@ test('T3286', extra_clean(['T3286b.o','T3286b.hi']),
test('T3579', normal, compile, [''])
test('T2578', normal, run_command, ['$MAKE -s --no-print-directory T2578'])
# skip llvm on i386 as we don't support fPIC
-test('jmp_tbl', if_arch('i386', omit_ways(['llvm', 'optllvm'])), compile, ['-fPIC -O'])
+test('jmp_tbl', when(arch('i386'), omit_ways(['llvm', 'optllvm'])), compile, ['-fPIC -O'])
test('massive_array',
- [ if_arch('i386', omit_ways(['llvm', 'optllvm'])) ],
+ [ when(arch('i386'), omit_ways(['llvm', 'optllvm'])) ],
compile, ['-fPIC'])
test('T7237', normal, compile, [''])