| 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 fa39da138d78e8b3181e0e5029532fe658a9ca99..a3c0266f69277ca612981e5168e5a11deef3d5f4 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
|
| @@ -92,6 +92,9 @@ public class SyntaxTest extends AbstractParserTest {
|
| @Override
|
| public void compilationError(DartCompilationError event) {
|
| }
|
| + @Override
|
| + public void unitCompiled(DartUnit unit) {
|
| + }
|
| });
|
| DartParser parser = new DartParser(context);
|
| parser.parseExpression();
|
|
|