| Index: compiler/javatests/com/google/dart/compiler/parser/DartParserRunner.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/parser/DartParserRunner.java b/compiler/javatests/com/google/dart/compiler/parser/DartParserRunner.java
|
| index adae6e4c1e345189b18b7fdbb55bd19f97b1cea3..e3687df48fae444e9bc9f4fe1e14cf5e306b39d6 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/parser/DartParserRunner.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/parser/DartParserRunner.java
|
| @@ -195,4 +195,8 @@ public class DartParserRunner extends DartCompilerListener implements Runnable {
|
| private boolean isAlive() {
|
| return parserWorker.isAlive();
|
| }
|
| +
|
| + @Override
|
| + public void unitCompiled(DartUnit unit) {
|
| + }
|
| }
|
|
|