diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-11 13:48:59 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-11 13:48:59 +0000 |
commit | 240da00652d50fcd10f3062629cb561b04d19646 (patch) | |
tree | 0b063a86e0c41a642478a4a16adf5b5f88508988 /testsuite/tests/ghci/should_run/all.T | |
parent | 3d94d01a9e6618e4ad82b1ad6386b0620538683d (diff) | |
download | haskell-240da00652d50fcd10f3062629cb561b04d19646.tar.gz |
Replace 'if_os' and 'unless_os' with 'opsys'
The name 'os' clashes with a python library
Diffstat (limited to 'testsuite/tests/ghci/should_run/all.T')
-rw-r--r-- | testsuite/tests/ghci/should_run/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/should_run/all.T b/testsuite/tests/ghci/should_run/all.T index a2552f6f93..fa03ac1167 100644 --- a/testsuite/tests/ghci/should_run/all.T +++ b/testsuite/tests/ghci/should_run/all.T @@ -12,7 +12,7 @@ test('T2589', just_ghci, compile_and_run, ['']) test('T2881', just_ghci, compile_and_run, ['']) test('T3171', - [if_os('mingw32',skip), + [when(opsys('mingw32'),skip), req_interp, combined_output], run_command, |