aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJeffrey Yasskin <[email protected]>2010-07-18 13:37:50 +0800
committerGraydon Hoare <[email protected]>2010-07-20 02:08:01 +0800
commit2a2ec67e6ebeb1dc4aea950487072bc9713a4d31 (patch)
tree9c065a9c88abeb2711bf2604f938901eb77af140 /src/Makefile
parentMake the LLVM compiler crash when it hits a source construct it doesn't know (diff)
downloadrust-2a2ec67e6ebeb1dc4aea950487072bc9713a4d31.tar.xz
rust-2a2ec67e6ebeb1dc4aea950487072bc9713a4d31.zip
Fix opeq.rs for LLVM by implementing simple augmented-assignment operators.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index f2edb62d..d94e3e25 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -433,7 +433,6 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
obj-recursion.rs \
obj-return-polytypes.rs \
obj-with-vec.rs \
- opeq.rs \
output-slot-variants.rs \
pred.rs \
preempt.rs \