diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-11 15:07:12 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-11 15:07:12 +0000 |
commit | 8d34b5c785c56d68765e70e74e73be45be419df8 (patch) | |
tree | 1e08c26aad57c6af5559e95a265603ae454acc42 /testsuite/tests/arrows | |
parent | 7cc907d310b9be716b50279d6545698dee346fb6 (diff) | |
download | haskell-8d34b5c785c56d68765e70e74e73be45be419df8.tar.gz |
Convert more helper functions
Diffstat (limited to 'testsuite/tests/arrows')
-rw-r--r-- | testsuite/tests/arrows/should_fail/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/arrows/should_fail/all.T b/testsuite/tests/arrows/should_fail/all.T index 5579294541..6b7920d318 100644 --- a/testsuite/tests/arrows/should_fail/all.T +++ b/testsuite/tests/arrows/should_fail/all.T @@ -1,7 +1,7 @@ setTestOpts(only_compiler_types(['ghc'])) test('arrowfail001', - if_compiler_debugged(expect_broken(5267)), + when(compiler_debugged(), expect_broken(5267)), compile_fail, ['']) # arrowfail001 gets an ASSERT error in the stage1 compiler |