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

Unified Diff: compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java

Issue 9384013: Remove DartIsolateStubGenerator. (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/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
diff --git a/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java b/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
index 3db348fef576eb3063fa012ecdd099f12e43ce82..f35c94ba1b5b25f77c24969107fab772f3561eb4 100644
--- a/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
+++ b/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
@@ -91,11 +91,6 @@ public class TestCompilerConfiguration implements CompilerConfiguration {
}
@Override
- public boolean shouldWarnOnNoSuchType() {
- return false;
- }
-
- @Override
public LibrarySource getSystemLibraryFor(String importSpec) {
URI systemUri;
try {

Powered by Google App Engine
This is Rietveld 408576698