[commit: process] master: Follow changes in the testsuite (e2aefe9)
Ian Lynagh
igloo at earth.li
Mon Feb 11 17:33:36 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/process
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e2aefe9f5241013edf5ee3ba6f25c55b52db8ddf
>---------------------------------------------------------------
commit e2aefe9f5241013edf5ee3ba6f25c55b52db8ddf
Author: Ian Lynagh <ian at well-typed.com>
Date: Mon Feb 11 14:11:13 2013 +0000
Follow changes in the testsuite
>---------------------------------------------------------------
tests/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/all.T b/tests/all.T
index c9c0e6e..32ac4c8 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -31,4 +31,4 @@ test('T4198',
test('T3994', only_ways(['threaded1','threaded2']), compile_and_run, [''])
test('T4889', normal, compile_and_run, [''])
-test('process009', if_os('mingw32', skip), compile_and_run, [''])
+test('process009', when(opsys('mingw32'), skip), compile_and_run, [''])
More information about the ghc-commits
mailing list