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; |
} |