summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/raw/raw-str-delim.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/raw/raw-str-delim.rs')
-rw-r--r--src/test/ui/parser/raw/raw-str-delim.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/ui/parser/raw/raw-str-delim.rs b/src/test/ui/parser/raw/raw-str-delim.rs
deleted file mode 100644
index 2f13893ce..000000000
--- a/src/test/ui/parser/raw/raw-str-delim.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-static s: &'static str =
- r#~"#"~# //~ ERROR found invalid character; only `#` is allowed in raw string delimitation
-;