aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2010-10-28 16:07:54 -0700
committerPatrick Walton <[email protected]>2010-10-28 16:07:54 -0700
commitccd62969c1bb07f8931de0819979f060f5414bcc (patch)
treedcba434d9e0448a0f63409b9d51e46ab523c8d73 /src
parentRemove debug print message from the makefile (diff)
downloadrust-ccd62969c1bb07f8931de0819979f060f5414bcc.tar.xz
rust-ccd62969c1bb07f8931de0819979f060f5414bcc.zip
Un-XFAIL self tests on Darwin
Diffstat (limited to 'src')
-rw-r--r--src/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index be66a82d..8e4a4034 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -532,9 +532,6 @@ TEST_XFAILS_X86 += test/run-pass/native-mod.rc
TEST_XFAILS_LLVM += test/run-pass/native-mod.rc
TEST_XFAILS_SELF += test/run-pass/native-mod.rc
endif
-ifeq ($(CFG_OSTYPE), Darwin)
-TEST_XFAILS_SELF += $(wildcard test/*/*.rs)
-endif
RPASS_RC := $(wildcard test/run-pass/*.rc)
RPASS_RS := $(wildcard test/run-pass/*.rs)