diff options
| author | Graydon Hoare <[email protected]> | 2010-12-02 15:02:17 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-12-02 15:02:17 -0800 |
| commit | df5f8f3e37ca0ebbd2d44d26abbab9dfedb6b088 (patch) | |
| tree | 233e41a116b5726a54296d03a5bfa7cf13bcd16e /src/Makefile | |
| parent | Add test for non-exhaustive match failure. (diff) | |
| download | rust-df5f8f3e37ca0ebbd2d44d26abbab9dfedb6b088.tar.xz rust-df5f8f3e37ca0ebbd2d44d26abbab9dfedb6b088.zip | |
Add minimal test for box/deref.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index c49e7b32..297739ff 100644 --- a/src/Makefile +++ b/src/Makefile @@ -471,6 +471,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ $(addprefix test/run-pass/, \ arith-0.rs \ arith-2.rs \ + box.rs \ char.rs \ dead-code-one-arm-if.rs \ div-mod.rs \ |