| Index: compiler/javatests/com/google/dart/compiler/CompilerTestCase.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/CompilerTestCase.java b/compiler/javatests/com/google/dart/compiler/CompilerTestCase.java
|
| index 3630516c26b54014e40a459f0fbcd1fd861a9588..1d1fd12bf84c3870422e0f9f2d8a8ca8e48995f3 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/CompilerTestCase.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/CompilerTestCase.java
|
| @@ -115,6 +115,10 @@ public abstract class CompilerTestCase extends TestCase {
|
| public LibraryUnit getLibraryUnitResult() {
|
| return result;
|
| }
|
| +
|
| + @Override
|
| + public void unitCompiled(DartUnit unit) {
|
| + }
|
| }
|
|
|
| /**
|
|
|