| Index: compiler/javatests/com/google/dart/compiler/parser/TruncatedSourceParserTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/parser/TruncatedSourceParserTest.java b/compiler/javatests/com/google/dart/compiler/parser/TruncatedSourceParserTest.java
|
| index c61dab11b2bfc3f86d900220f7c87bed79f8f3f8..a70f8b81ba9e2e3434ef780680a4fb4431e96b36 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/parser/TruncatedSourceParserTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/parser/TruncatedSourceParserTest.java
|
| @@ -30,7 +30,7 @@ public class TruncatedSourceParserTest extends AbstractParserTest {
|
| }
|
|
|
| @Override
|
| - public void compilationError(DartCompilationError event) {
|
| + public void onError(DartCompilationError event) {
|
| }
|
| };
|
|
|
|
|