Skip to content

Commit 4ebd75a

Browse files
committed
Restore working rustc run-pass tests
1 parent 144a2a1 commit 4ebd75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
574574
while-type-error.rs \
575575
wrong-ret-type.rs \
576576
), \
577-
$(wildcard test/*/*.rs test/*/*.rc))
577+
$(wildcard test/*fail/*.rs test/*fail/*.rc))
578578

579579

580580
ifdef MINGW_CROSS

0 commit comments

Comments
 (0)