Skip to content

Commit 3744d82

Browse files
committed
Fix expected error message in a test.
The change is a result of the char/string parsing refactor.
1 parent 8de2618 commit 3744d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/lex-unknown-str-escape.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
// except according to those terms.
1010

1111
static s: &'static str =
12-
"\●" //~ ERROR: unknown string escape
12+
"\●" //~ ERROR: unknown character escape
1313
;

0 commit comments

Comments
 (0)