diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-11 15:39:12 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-11 15:39:12 +0000 |
commit | 30a52e41290d889a60b338cdd1ca6fcd22fe31f2 (patch) | |
tree | 81eb88ac18a442f174b9caf14a5129f8c1ff6134 /testsuite/tests/quasiquotation | |
parent | d36dc348b8de7adbf3399ef4fb39fb73feda179e (diff) | |
download | haskell-30a52e41290d889a60b338cdd1ca6fcd22fe31f2.tar.gz |
More helper conversions
Diffstat (limited to 'testsuite/tests/quasiquotation')
-rw-r--r-- | testsuite/tests/quasiquotation/qq005/test.T | 2 | ||||
-rw-r--r-- | testsuite/tests/quasiquotation/qq006/test.T | 2 | ||||
-rw-r--r-- | testsuite/tests/quasiquotation/qq007/test.T | 2 | ||||
-rw-r--r-- | testsuite/tests/quasiquotation/qq008/test.T | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/quasiquotation/qq005/test.T b/testsuite/tests/quasiquotation/qq005/test.T index 52671ef838..efa7b9d955 100644 --- a/testsuite/tests/quasiquotation/qq005/test.T +++ b/testsuite/tests/quasiquotation/qq005/test.T @@ -1,5 +1,5 @@ test('qq005', - [skip_if_fast, + [when(fast(), skip), reqlib('parsec'), only_compiler_types(['ghc']), # We'd need to jump through some hoops to run this test the diff --git a/testsuite/tests/quasiquotation/qq006/test.T b/testsuite/tests/quasiquotation/qq006/test.T index 21d9a3db1c..be471de9ca 100644 --- a/testsuite/tests/quasiquotation/qq006/test.T +++ b/testsuite/tests/quasiquotation/qq006/test.T @@ -1,5 +1,5 @@ test('qq006', - [skip_if_fast, + [when(fast(), skip), reqlib('parsec'), extra_clean(['Expr.hi', 'Expr.o']), only_compiler_types(['ghc'])], diff --git a/testsuite/tests/quasiquotation/qq007/test.T b/testsuite/tests/quasiquotation/qq007/test.T index 6b7ef6dcd7..61374e5719 100644 --- a/testsuite/tests/quasiquotation/qq007/test.T +++ b/testsuite/tests/quasiquotation/qq007/test.T @@ -1,5 +1,5 @@ test('qq007', - [skip_if_fast, + [when(fast(), skip), extra_clean(['QQ.hi', 'QQ.o', 'Test.hi', 'Test.o']), # We'd need to jump through some hoops to run this test the # profiling ways, due to the TH use, so for now we just diff --git a/testsuite/tests/quasiquotation/qq008/test.T b/testsuite/tests/quasiquotation/qq008/test.T index 02b88dbd0a..5d41999637 100644 --- a/testsuite/tests/quasiquotation/qq008/test.T +++ b/testsuite/tests/quasiquotation/qq008/test.T @@ -1,5 +1,5 @@ test('qq008', - [skip_if_fast, + [when(fast(), skip), extra_clean(['QQ.hi', 'QQ.o', 'Test.hi', 'Test.o']), # We'd need to jump through some hoops to run this test the # profiling ways, due to the TH use, so for now we just |