summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/match_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/match_test.rs')
-rw-r--r--tests/mir-opt/match_test.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/match_test.rs b/tests/mir-opt/match_test.rs
index 3a2107790..e465289e4 100644
--- a/tests/mir-opt/match_test.rs
+++ b/tests/mir-opt/match_test.rs
@@ -1,3 +1,4 @@
+// skip-filecheck
// Make sure redundant testing paths in `match` expressions are sorted out.
#![feature(exclusive_range_pattern)]