summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lexer/lex-bad-char-literals-4.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lexer/lex-bad-char-literals-4.rs')
-rw-r--r--src/test/ui/lexer/lex-bad-char-literals-4.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/ui/lexer/lex-bad-char-literals-4.rs b/src/test/ui/lexer/lex-bad-char-literals-4.rs
deleted file mode 100644
index de0a19df9..000000000
--- a/src/test/ui/lexer/lex-bad-char-literals-4.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-//
-// This test needs to the last one appearing in this file as it kills the parser
-static c: char =
- '● //~ ERROR: unterminated character literal
-;