Fix expected error message in a test.

The change is a result of the char/string parsing refactor.
This commit is contained in:
Simon Sapin 2014-06-18 00:40:57 +02:00
parent 8de2618182
commit 3744d82851

View File

@ -9,5 +9,5 @@
// except according to those terms.
static s: &'static str =
"\" //~ ERROR: unknown string escape
"\" //~ ERROR: unknown character escape
;