Index: compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerBench.java |
diff --git a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerBench.java b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerBench.java |
index 2226707373ff372762becc50ecf3a25845d3533e..0973bcdb722451fff561cae1b1f762d9b85a8a22 100644 |
--- a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerBench.java |
+++ b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerBench.java |
@@ -162,6 +162,10 @@ public class TypeAnalyzerBench { |
@Override |
public void typeError(DartCompilationError event) { |
} |
+ |
+ @Override |
+ public void unitCompiled(DartUnit unit) { |
+ } |
}; |
} |