| Index: compiler/javatests/com/google/dart/compiler/backend/common/TypeHeuristicImplementationTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/backend/common/TypeHeuristicImplementationTest.java b/compiler/javatests/com/google/dart/compiler/backend/common/TypeHeuristicImplementationTest.java
|
| index 26dc2f02349fbdb54895010f6750241c4ab21a90..43ef936e4a1830d09bc73e3b3f2bcecbd38d6133 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/backend/common/TypeHeuristicImplementationTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/backend/common/TypeHeuristicImplementationTest.java
|
| @@ -79,9 +79,13 @@ public class TypeHeuristicImplementationTest extends CompilerTestCase {
|
| public void compilationWarning(DartCompilationError event) {
|
| }
|
|
|
| - @Override
|
| + @Override
|
| public void compilationError(DartCompilationError event) {
|
| }
|
| +
|
| + @Override
|
| + public void unitCompiled(DartUnit unit) {
|
| + }
|
| };
|
| LibraryUnit libUnit = DartCompiler.analyzeLibrary(lib, parsedUnits, config, provider,
|
| listener);
|
|
|