[commit: directory] master: Fix T4113 on OS X x86_64 (2c902b3)
Ian Lynagh
igloo at earth.li
Wed Feb 6 15:09:06 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/directory
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2c902b3ec9878edc622bfd384f46cbdb5c10ed6c
>---------------------------------------------------------------
commit 2c902b3ec9878edc622bfd384f46cbdb5c10ed6c
Author: Ian Lynagh <ian at well-typed.com>
Date: Wed Feb 6 13:40:44 2013 +0000
Fix T4113 on OS X x86_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