diff options
| author | Patrick Walton <[email protected]> | 2010-10-28 16:07:54 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-10-28 16:07:54 -0700 |
| commit | ccd62969c1bb07f8931de0819979f060f5414bcc (patch) | |
| tree | dcba434d9e0448a0f63409b9d51e46ab523c8d73 /src | |
| parent | Remove debug print message from the makefile (diff) | |
| download | rust-ccd62969c1bb07f8931de0819979f060f5414bcc.tar.xz rust-ccd62969c1bb07f8931de0819979f060f5414bcc.zip | |
Un-XFAIL self tests on Darwin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 3 |
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) |