Skip to content

Commit ccd6296

Browse files
committed
Un-XFAIL self tests on Darwin
1 parent c2480a3 commit ccd6296

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,9 +532,6 @@ TEST_XFAILS_X86 += test/run-pass/native-mod.rc
532532
TEST_XFAILS_LLVM += test/run-pass/native-mod.rc
533533
TEST_XFAILS_SELF += test/run-pass/native-mod.rc
534534
endif
535-
ifeq ($(CFG_OSTYPE), Darwin)
536-
TEST_XFAILS_SELF += $(wildcard test/*/*.rs)
537-
endif
538535

539536
RPASS_RC := $(wildcard test/run-pass/*.rc)
540537
RPASS_RS := $(wildcard test/run-pass/*.rs)

0 commit comments

Comments
 (0)