summary refs log tree commit diff
path: root/src/test/ui/check_match
diff options
context:
space:
mode:
authorTommy Ip <hkmp7tommy@gmail.com>2017-12-10 19:14:01 +0000
committerTommy Ip <hkmp7tommy@gmail.com>2017-12-10 21:14:57 +0000
commit76d9b309aeee9615f3049e7bf95083bdee4ebe01 (patch)
tree052c863f5d19582245b30dcc55f35ded0a02d11e /src/test/ui/check_match
parent81b8db218006daaee11bb2c61aa7e3d7386b9fa9 (diff)
downloadrust-76d9b309aeee9615f3049e7bf95083bdee4ebe01.tar.gz
rust-76d9b309aeee9615f3049e7bf95083bdee4ebe01.zip
Add must-compile-successfully comment to appropriate ui tests.
Diffstat (limited to 'src/test/ui/check_match')
-rw-r--r--src/test/ui/check_match/issue-43253.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ui/check_match/issue-43253.rs b/src/test/ui/check_match/issue-43253.rs
index 108d7e1ea22..12ccba0ebf2 100644
--- a/src/test/ui/check_match/issue-43253.rs
+++ b/src/test/ui/check_match/issue-43253.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// must-compile-successfully
+
 #![feature(exclusive_range_pattern)]
 #![warn(unreachable_patterns)]