aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2010-11-23 17:02:08 -0800
committerPatrick Walton <[email protected]>2010-11-23 17:02:08 -0800
commitf55f46af64e545a5845a14e6157211773c24193e (patch)
treeded516265ba4ae8112bb562a9f6fcb4d5993d3c1 /src/Makefile
parentrustc: As an experiment, swap the expected/actual types when checking functio... (diff)
downloadrust-f55f46af64e545a5845a14e6157211773c24193e.tar.xz
rust-f55f46af64e545a5845a14e6157211773c24193e.zip
rustc: Typecheck whiles and do-whiles. Add a workaround to complex.rs pending a solution to the one-armed-if problem.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index a1bbb727..0a944ec3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -545,6 +545,7 @@ TEST_XFAILS_SELF := $(filter-out \
$(addprefix test/compile-fail/, \
arg-count-mismatch.rs \
arg-type-mismatch.rs \
+ while-type-error.rs \
), \
$(wildcard test/*/*.rs test/*/*.rc))