| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/scope/LibraryImportScopeTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/scope/LibraryImportScopeTest.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/scope/LibraryImportScopeTest.java
|
| index c3b79d74225e67c2ba0cd197213f72f869d08079..48047eee5ce83934c203d59440b2f80b3160cedd 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/scope/LibraryImportScopeTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/scope/LibraryImportScopeTest.java
|
| @@ -118,13 +118,6 @@ public class LibraryImportScopeTest extends ResolverTestCase {
|
| assertEquals(importedType, scope.lookup(identifier(importedTypeName), definingLibrary));
|
| }
|
|
|
| - public void test_getDefiningLibrary() throws Exception {
|
| - LibraryElement definingLibrary = createTestLibrary();
|
| - GatheringErrorListener errorListener = new GatheringErrorListener();
|
| - LibraryImportScope scope = new LibraryImportScope(definingLibrary, errorListener);
|
| - assertEquals(definingLibrary, scope.getDefiningLibrary());
|
| - }
|
| -
|
| public void test_getErrorListener() throws Exception {
|
| LibraryElement definingLibrary = createTestLibrary();
|
| GatheringErrorListener errorListener = new GatheringErrorListener();
|
|
|