summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/recover-from-homoglyph.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/recover-from-homoglyph.rs')
-rw-r--r--src/test/ui/parser/recover-from-homoglyph.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/ui/parser/recover-from-homoglyph.rs b/src/test/ui/parser/recover-from-homoglyph.rs
deleted file mode 100644
index 99ce0d1a6..000000000
--- a/src/test/ui/parser/recover-from-homoglyph.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-fn main() {
- println!("")Íž //~ ERROR unknown start of token: \u{37e}
- let x: usize = (); //~ ERROR mismatched types
-}