about summary refs log tree commit diff
path: root/tests/ui/codemap_tests/unicode.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/codemap_tests/unicode.rs')
-rw-r--r--tests/ui/codemap_tests/unicode.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ui/codemap_tests/unicode.rs b/tests/ui/codemap_tests/unicode.rs
new file mode 100644
index 00000000000..4df9a5270c3
--- /dev/null
+++ b/tests/ui/codemap_tests/unicode.rs
@@ -0,0 +1,7 @@
+// revisions: normal expanded
+//[expanded] check-pass
+//[expanded]compile-flags: -Zunpretty=expanded
+
+extern "路濫狼á́́" fn foo() {} //[normal]~ ERROR invalid ABI
+
+fn main() { }