| Index: compiler/javatests/com/google/dart/compiler/DeltaBench.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/DeltaBench.java b/compiler/javatests/com/google/dart/compiler/DeltaBench.java
|
| index a645122219b1aed51a44a1189b750cb342f59d79..f92b2a198ea1155c4c6175d435b0616512cf0427 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/DeltaBench.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/DeltaBench.java
|
| @@ -37,11 +37,6 @@ public class DeltaBench {
|
| public boolean incremental() {
|
| return incremental;
|
| }
|
| -
|
| - @Override
|
| - public boolean checkOnly() {
|
| - return false;
|
| - }
|
| };
|
| DartCompilerListener listener = new TestCompilerContext();
|
| DartArtifactProvider provider = new DefaultDartArtifactProvider(outputDirectory);
|
|
|