aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-11-19 16:34:47 -0800
committerGraydon Hoare <[email protected]>2010-11-19 16:34:47 -0800
commit3352fab59ba39194b2efd7e478aa1fbbfe0de8d1 (patch)
tree59d35872bb663b136d4953544e22eacfebd8a71e /src/Makefile
parentIsolate while-header bug to minimal testcase, fix in rustboot, remove workaro... (diff)
downloadrust-3352fab59ba39194b2efd7e478aa1fbbfe0de8d1.tar.xz
rust-3352fab59ba39194b2efd7e478aa1fbbfe0de8d1.zip
Parse type items, nil types, named types. Fix some parser bugs. Enable arith-0 and arith-2 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 29b871a2..dc69d19e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -517,6 +517,8 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
TEST_XFAILS_SELF := $(filter-out \
$(addprefix test/run-pass/, \
+ arith-0.rs \
+ arith-2.rs \
bool-not.rs \
char.rs \
fact.rs \