Index: compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java |
diff --git a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java |
index 11e4d8c0bd31a70ec52200461d0851a249981402..78b6e93740e1e375ef191f190d5bb62a37fe9ab7 100644 |
--- a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java |
+++ b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java |
@@ -2668,10 +2668,6 @@ public class TypeAnalyzerCompilerTest extends CompilerTestCase { |
errEx(TypeErrorCode.CANNOT_BE_RESOLVED, 8, 4, 2)); |
} |
- private AnalyzeLibraryResult analyzeLibrary(String... lines) throws Exception { |
- return analyzeLibrary(getName(), makeCode(lines)); |
- } |
- |
private static <T extends DartNode> T findNode( |
AnalyzeLibraryResult libraryResult, |
final Class<T> clazz, |