aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-02-24 00:07:38 -0500
committerBrian Anderson <[email protected]>2011-02-24 00:14:41 -0500
commit4ebd75a54757b06718fc87a72c20389a9e7f29d0 (patch)
tree780531c50e57507eacf3e272d9ea45b8f1ec1d38 /src
parentInvert test/run-pass/ for rustc (diff)
downloadrust-4ebd75a54757b06718fc87a72c20389a9e7f29d0.tar.xz
rust-4ebd75a54757b06718fc87a72c20389a9e7f29d0.zip
Restore working rustc run-pass tests
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