about summary refs log tree commit diff
path: root/src/test/ui/codemap_tests
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/codemap_tests
parent81b8db218006daaee11bb2c61aa7e3d7386b9fa9 (diff)
downloadrust-76d9b309aeee9615f3049e7bf95083bdee4ebe01.tar.gz
rust-76d9b309aeee9615f3049e7bf95083bdee4ebe01.zip
Add must-compile-successfully comment to appropriate ui tests.
Diffstat (limited to 'src/test/ui/codemap_tests')
-rw-r--r--src/test/ui/codemap_tests/unicode_3.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ui/codemap_tests/unicode_3.rs b/src/test/ui/codemap_tests/unicode_3.rs
index 5294eedb845..81c3b5dde6d 100644
--- a/src/test/ui/codemap_tests/unicode_3.rs
+++ b/src/test/ui/codemap_tests/unicode_3.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// must-compile-successfully
+
 fn main() {
     let s = "ZͨA͑ͦ͒͋ͤ͑̚L̄͑͋Ĝͨͥ̿͒̽̈́Oͥ͛ͭ!̏"; while true { break; }
     println!("{}", s);