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/ghci/scripts | |
parent | d36dc348b8de7adbf3399ef4fb39fb73feda179e (diff) | |
download | haskell-30a52e41290d889a60b338cdd1ca6fcd22fe31f2.tar.gz |
More helper conversions
Diffstat (limited to 'testsuite/tests/ghci/scripts')
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index e558bf6b2d..ee34ce97a8 100755 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -37,7 +37,7 @@ test('ghci022', normal, ghci_script, ['ghci022.script']) test('ghci023', normal, ghci_script, ['ghci023.script']) test('ghci024', - [skip_if_fast, + [when(fast(), skip), when(platform("powerpc-apple-darwin"), expect_broken(1845))], run_command, ['$MAKE -s --no-print-directory ghci024']) |