Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(630)

Unified Diff: compiler/javatests/com/google/dart/compiler/DeltaBench.java

Issue 9464044: Updates incremental compilation tests to work w/o code generation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698