Fix expected error message in a test.
The change is a result of the char/string parsing refactor.
This commit is contained in:
parent
8de2618182
commit
3744d82851
@ -9,5 +9,5 @@
|
|||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
static s: &'static str =
|
static s: &'static str =
|
||||||
"\●" //~ ERROR: unknown string escape
|
"\●" //~ ERROR: unknown character escape
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user