From de9fc72cb458c28505b2e9c1d4a2bc6d3a4b0986 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 2 Dec 2010 14:50:00 -0800 Subject: Add test for non-exhaustive match failure. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') 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 \ -- cgit v1.2.3