[commit: directory] master: Follow testsuite changes (35f024f)
Ian Lynagh
igloo at earth.li
Fri Feb 8 22:41:08 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/directory
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/35f024f8b99590b525166f770fab328522f7a610
>---------------------------------------------------------------
commit 35f024f8b99590b525166f770fab328522f7a610
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Feb 8 19:55:52 2013 +0000
Follow testsuite changes
>---------------------------------------------------------------
tests/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/all.T b/tests/all.T
index 995a87a..aa2634c 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -24,4 +24,4 @@ test('createDirectoryIfMissing001', normal, compile_and_run, [''])
# No sane way to tell whether the output is reasonable here...
test('getHomeDirectory001', ignore_output, compile_and_run, [''])
-test('T4113', if_platform('i386-apple-darwin', expect_broken(7604)), compile_and_run, [''])
+test('T4113', when(platform('i386-apple-darwin'), expect_broken(7604)), compile_and_run, [''])
More information about the ghc-commits
mailing list