diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-07 18:12:41 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-07 18:12:41 +0000 |
commit | 86df0f3257dc5cd535f3b8e97bc04f9f75f0ba79 (patch) | |
tree | 98d0fe493754b658bdc9a6614610a19303c7eac9 /testsuite/tests/llvm/should_compile/all.T | |
parent | c4cd533ab22ccb84edf76a0617ba9ef5ea3fc9a0 (diff) | |
download | haskell-86df0f3257dc5cd535f3b8e97bc04f9f75f0ba79.tar.gz |
Define 'when' and 'unless' helpers
This will reduce the number of helper functions that we need
Diffstat (limited to 'testsuite/tests/llvm/should_compile/all.T')
-rw-r--r-- | testsuite/tests/llvm/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/llvm/should_compile/all.T b/testsuite/tests/llvm/should_compile/all.T index 61d0f3f615..16a91e0acb 100644 --- a/testsuite/tests/llvm/should_compile/all.T +++ b/testsuite/tests/llvm/should_compile/all.T @@ -11,4 +11,4 @@ test('T5486', normal, compile, ['']) test('T5681', normal, compile, ['']) test('T6158', [reqlib('vector'), reqlib('primitive')], compile, ['-package vector -package primitive']) test('T7571', cmm_src, compile, ['']) -test('T7575', unless_wordsize(32, skip), compile, ['']) +test('T7575', unless(wordsize(32), skip), compile, ['']) |