aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-02-13 00:49:04 -0500
committerGraydon Hoare <[email protected]>2011-02-14 08:31:52 -0800
commit0ebfb8227c190609e80af3fb52b9813c4b282cc0 (patch)
treec5cbe15ad6f58065d2d344d1fde83728c050a2d8 /src/Makefile
parentAdd missing case to unify. This gets hello world to codegen. (diff)
downloadrust-0ebfb8227c190609e80af3fb52b9813c4b282cc0.tar.xz
rust-0ebfb8227c190609e80af3fb52b9813c4b282cc0.zip
Add support for unsigned binops. Closes #57
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 d55a63c2..3457864c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -408,6 +408,7 @@ TASK_XFAILS := test/run-pass/task-comm-8.rs \
TEST_XFAILS_BOOT := $(TASK_XFAILS) \
$(NOMINAL_TAG_XFAILS) \
$(CONST_TAG_XFAILS) \
+ test/run-pass/arith-unsigned.rs \
test/run-pass/child-outlives-parent.rs \
test/run-pass/clone-with-exterior.rs \
test/run-pass/constrained-type.rs \
@@ -450,6 +451,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
arith-0.rs \
arith-1.rs \
arith-2.rs \
+ arith-unsigned.rs \
auto-instantiate.rs \
autoderef-full-lval.rs \
bind-exterior.rs \