diff options
Diffstat (limited to 'src/test/ui/codemap_tests/unicode_3.rs')
| -rw-r--r-- | src/test/ui/codemap_tests/unicode_3.rs | 2 |
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); |
