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/arrows | |
parent | d36dc348b8de7adbf3399ef4fb39fb73feda179e (diff) | |
download | haskell-30a52e41290d889a60b338cdd1ca6fcd22fe31f2.tar.gz |
More helper conversions
Diffstat (limited to 'testsuite/tests/arrows')
-rw-r--r-- | testsuite/tests/arrows/should_run/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/arrows/should_run/all.T b/testsuite/tests/arrows/should_run/all.T index a9867dd395..ec26c1fa92 100644 --- a/testsuite/tests/arrows/should_run/all.T +++ b/testsuite/tests/arrows/should_run/all.T @@ -1,8 +1,8 @@ setTestOpts(only_compiler_types(['ghc'])) test('arrowrun001', normal, compile_and_run, ['']) -test('arrowrun002', skip_if_fast, compile_and_run, ['']) +test('arrowrun002', when(fast(), skip), compile_and_run, ['']) test('arrowrun003', normal, compile_and_run, ['']) -test('arrowrun004', skip_if_fast, compile_and_run, ['']) +test('arrowrun004', when(fast(), skip), compile_and_run, ['']) test('T3822', normal, compile_and_run, ['']) |