aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-12-08 15:04:57 -0800
committerGraydon Hoare <[email protected]>2010-12-08 15:04:57 -0800
commit6ccfba34f3eab71abc7eed4adc30cfee9fabd49e (patch)
tree306a774f45f92a96769ef3a765bd2e8365198f47 /src/Makefile
parentImplement binop= forms. Un-XFAIL bitwise.rs. (diff)
downloadrust-6ccfba34f3eab71abc7eed4adc30cfee9fabd49e.tar.xz
rust-6ccfba34f3eab71abc7eed4adc30cfee9fabd49e.zip
Add missing case to parse_ty, un-XFAIL cast.rs.
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 cb950eb7..cd3ce635 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -526,6 +526,7 @@ TEST_XFAILS_SELF := $(filter-out \
bool-not.rs \
box.rs \
box-in-tup.rs \
+ cast.rs \
char.rs \
complex.rs \
dead-code-one-arm-if.rs \