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

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

Issue 9353015: Remove dartc optimizing backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix minor test issues 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: dart/compiler/javatests/com/google/dart/compiler/DeltaBench.java
diff --git a/dart/compiler/javatests/com/google/dart/compiler/DeltaBench.java b/dart/compiler/javatests/com/google/dart/compiler/DeltaBench.java
index cd86b53fcd10c66754a6fd27752025dd22c6c726..a645122219b1aed51a44a1189b750cb342f59d79 100644
--- a/dart/compiler/javatests/com/google/dart/compiler/DeltaBench.java
+++ b/dart/compiler/javatests/com/google/dart/compiler/DeltaBench.java
@@ -39,11 +39,6 @@ public class DeltaBench {
}
@Override
- public boolean shouldOptimize() {
- return false;
- }
-
- @Override
public boolean checkOnly() {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698