diff options
| author | Jeffrey Yasskin <[email protected]> | 2010-07-18 13:37:50 +0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-20 02:08:01 +0800 |
| commit | 2a2ec67e6ebeb1dc4aea950487072bc9713a4d31 (patch) | |
| tree | 9c065a9c88abeb2711bf2604f938901eb77af140 /src/Makefile | |
| parent | Make the LLVM compiler crash when it hits a source construct it doesn't know (diff) | |
| download | rust-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/Makefile | 1 |
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 \ |