[commit: directory] ghc-7.6: T4113 works on OSX/64 (3acb9fb)
Ian Lynagh
igloo at earth.li
Fri Jan 25 00:02:32 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/directory
On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/3acb9fb7053bfcf649c3a1551d541ac8cd7b1570
>---------------------------------------------------------------
commit 3acb9fb7053bfcf649c3a1551d541ac8cd7b1570
Author: Ian Lynagh <ian at well-typed.com>
Date: Thu Jan 24 21:00:38 2013 +0000
T4113 works on OSX/64
>---------------------------------------------------------------
tests/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/all.T b/tests/all.T
index 510cf64..995a87a 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_os('darwin', expect_broken(7604)), compile_and_run, [''])
+test('T4113', if_platform('i386-apple-darwin', expect_broken(7604)), compile_and_run, [''])
More information about the ghc-commits
mailing list