diff options
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) |