summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/raw/raw-str-unterminated.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/raw/raw-str-unterminated.rs')
-rw-r--r--src/test/ui/parser/raw/raw-str-unterminated.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/ui/parser/raw/raw-str-unterminated.rs b/src/test/ui/parser/raw/raw-str-unterminated.rs
deleted file mode 100644
index fd3172955..000000000
--- a/src/test/ui/parser/raw/raw-str-unterminated.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-static s: &'static str =
- r#" string literal goes on
- and on
- //~^^ ERROR unterminated raw string