aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-11-21 12:06:09 -0800
committerGraydon Hoare <[email protected]>2010-11-21 12:06:09 -0800
commit3ba6736383145d113366bf864465943d031dc36b (patch)
treefaa346a9dd6741f93801516cf894d75f1ae3670a /src/Makefile
parentTypecheck assignment exprs, redo decl checking, propagate ty_vars. Enable ano... (diff)
downloadrust-3ba6736383145d113366bf864465943d031dc36b.tar.xz
rust-3ba6736383145d113366bf864465943d031dc36b.zip
More typeck hacking, check if and call exprs, enable fact and deep tests.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index bcf16f57..0b1f95a4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -522,6 +522,8 @@ TEST_XFAILS_SELF := $(filter-out \
bool-not.rs \
char.rs \
dead-code-one-arm-if.rs \
+ deep.rs \
+ fact.rs \
hello.rs \
int.rs \
item-name-overload.rs \