diff options
| author | Graydon Hoare <[email protected]> | 2010-12-02 14:50:00 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-12-02 14:50:00 -0800 |
| commit | de9fc72cb458c28505b2e9c1d4a2bc6d3a4b0986 (patch) | |
| tree | b90e02b642d85fbbe5f743fc61e1e98bd28c0224 /src/Makefile | |
| parent | Typecheck the box and deref unops properly. (diff) | |
| download | rust-de9fc72cb458c28505b2e9c1d4a2bc6d3a4b0986.tar.xz rust-de9fc72cb458c28505b2e9c1d4a2bc6d3a4b0986.zip | |
Add test for non-exhaustive match failure.
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 f41ea356..c49e7b32 100644 --- a/src/Makefile +++ b/src/Makefile @@ -497,6 +497,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ explicit-fail.rs \ fail.rs \ linked-failure.rs \ + non-exhaustive-match.rs \ pred.rs \ str-overrun.rs \ vec-overrun.rs \ |