aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 390f9173..70b3ca0f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -574,7 +574,7 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
while-type-error.rs \
wrong-ret-type.rs \
), \
- $(wildcard test/*/*.rs test/*/*.rc))
+ $(wildcard test/*fail/*.rs test/*fail/*.rc))
ifdef MINGW_CROSS