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

Unified Diff: compiler/java/com/google/dart/compiler/testing/TestCompilerContext.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/TestCompilerContext.java
diff --git a/compiler/java/com/google/dart/compiler/testing/TestCompilerContext.java b/compiler/java/com/google/dart/compiler/testing/TestCompilerContext.java
index 76fb7a60edca13887ffc4ac3a8bfab9b79010581..9da4ecc6968a0b358ffc88ee3b100a5e9f0acabb 100644
--- a/compiler/java/com/google/dart/compiler/testing/TestCompilerContext.java
+++ b/compiler/java/com/google/dart/compiler/testing/TestCompilerContext.java
@@ -132,11 +132,6 @@ public class TestCompilerContext implements DartCompilerListener, DartCompilerCo
}
@Override
- public boolean shouldWarnOnNoSuchType() {
- return false;
- }
-
- @Override
public CompilerConfiguration getCompilerConfiguration() {
return compilerConfiguration;
}

Powered by Google App Engine
This is Rietveld 408576698