| Index: compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java b/compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java
|
| index f8867c3193cd976810c0362ac9a57e60e8be10a7..b7b0f41a1d5155ca8e38afc2ed341f665ee05a1b 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java
|
| @@ -54,7 +54,7 @@ public class NegativeParserTest extends CompilerTestCase {
|
| DartUnit unit =
|
| parseSourceUnitErrors(
|
| sourceCode,
|
| - ParserErrorCode.EXPECTED_CLASS_DECLARATION_LBRACE.getMessage(), 3, 1);
|
| + ParserErrorCode.EXPECTED_CLASS_DECLARATION_LBRACE.getMessage(), 2, 1);
|
| // check structure of AST, top level Baz and Foo expected
|
| assertEquals(2, unit.getTopLevelNodes().size());
|
| assertEquals(
|
|
|