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