summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-11 13:48:59 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-11 13:48:59 +0000
commit240da00652d50fcd10f3062629cb561b04d19646 (patch)
tree0b063a86e0c41a642478a4a16adf5b5f88508988 /testsuite/tests/ghci/should_run
parent3d94d01a9e6618e4ad82b1ad6386b0620538683d (diff)
downloadhaskell-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')
-rw-r--r--testsuite/tests/ghci/should_run/all.T2
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,