| Index: compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java b/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
|
| index 72918e305721d4f499003a219f9530e3a2595a9c..d6f64d414f5dac88cd6c3f0dadaf781cd4356409 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
|
| @@ -99,7 +99,8 @@ public class SyntaxTest extends AbstractParserTest {
|
| public void testStringsErrors() {
|
| parseUnitErrors("StringsErrorsNegativeTest.dart",
|
| "Unexpected token 'ILLEGAL'", 7, 13,
|
| - "Unexpected token 'ILLEGAL'", 9, 9);
|
| + "Unexpected token 'ILLEGAL'", 9, 9,
|
| + "Unexpected token 'ILLEGAL'", 11, 9);
|
| }
|
|
|
| public void testNullAssign() {
|
|
|