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

Unified Diff: dart/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.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/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
diff --git a/dart/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java b/dart/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
index 66c0d2ade433715b780e800a5bceffae45c15dfc..3db348fef576eb3063fa012ecdd099f12e43ce82 100644
--- a/dart/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
+++ b/dart/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
@@ -41,11 +41,6 @@ public class TestCompilerConfiguration implements CompilerConfiguration {
}
@Override
- public boolean shouldOptimize() {
- return false;
- }
-
- @Override
public boolean resolveDespiteParseErrors() {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698