aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-11-20 23:00:52 -0800
committerGraydon Hoare <[email protected]>2010-11-20 23:00:52 -0800
commit79a3811ab81ee14810fa9b7fe86ba0f0501c7399 (patch)
tree1a4fa2067dc2a9534c88c37f2ed5d5fd5e6f3c65 /src/Makefile
parentFix bug in llvm type signature of function items; enable three more tests. (diff)
downloadrust-79a3811ab81ee14810fa9b7fe86ba0f0501c7399.tar.xz
rust-79a3811ab81ee14810fa9b7fe86ba0f0501c7399.zip
Typecheck binary, unary and name expressions. Re-enable 3 more tests.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 9c4a746a..8afe0d45 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -517,7 +517,10 @@ 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 \
dead-code-one-arm-if.rs \
hello.rs \
int.rs \