summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/all.T
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-11 15:07:12 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-11 15:07:12 +0000
commit8d34b5c785c56d68765e70e74e73be45be419df8 (patch)
tree1e08c26aad57c6af5559e95a265603ae454acc42 /testsuite/tests/deSugar/should_compile/all.T
parent7cc907d310b9be716b50279d6545698dee346fb6 (diff)
downloadhaskell-8d34b5c785c56d68765e70e74e73be45be419df8.tar.gz
Convert more helper functions
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/all.T')
-rw-r--r--testsuite/tests/deSugar/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deSugar/should_compile/all.T b/testsuite/tests/deSugar/should_compile/all.T
index 979b1e7640..6328b3048c 100644
--- a/testsuite/tests/deSugar/should_compile/all.T
+++ b/testsuite/tests/deSugar/should_compile/all.T
@@ -76,7 +76,7 @@ test('GadtOverlap', normal, compile, ['-Wall'])
test('T2395', normal, compile, [''])
test('T4371', normal, compile, [''])
test('T4439', normal, compile, [''])
-test('T4488', if_compiler_lt('ghc', '7.1', expect_fail), compile, [''])
+test('T4488', when(compiler_lt('ghc', '7.1'), expect_fail), compile, [''])
test('T4870',
[only_ways(['optasm']),
only_compiler_types(['ghc']),