aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0047_unstarted_raw_string_at_eof.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/lexer/err/0047_unstarted_raw_string_at_eof.txt')
-rw-r--r--crates/ra_syntax/test_data/lexer/err/0047_unstarted_raw_string_at_eof.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_syntax/test_data/lexer/err/0047_unstarted_raw_string_at_eof.txt b/crates/ra_syntax/test_data/lexer/err/0047_unstarted_raw_string_at_eof.txt
deleted file mode 100644
index 5af1e2d97..000000000
--- a/crates/ra_syntax/test_data/lexer/err/0047_unstarted_raw_string_at_eof.txt
+++ /dev/null
@@ -1,2 +0,0 @@
1RAW_STRING 3 "r##"
2> error0..3 token("r##") msg(Missing `"` symbol after `#` symbols to begin the raw string literal)