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