| Index: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/DartLibraryImplTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/DartLibraryImplTest.java b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/DartLibraryImplTest.java
|
| index 1e4a708257bd341ac089f5d6bdc335d1face9e5c..8a66517925510fe506924fc815ea204afe57177f 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/DartLibraryImplTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/DartLibraryImplTest.java
|
| @@ -360,7 +360,7 @@ public class DartLibraryImplTest extends TestCase {
|
|
|
| public void test_DartLibraryImpl_getChildren_libCore() throws Exception {
|
| DartElement[] children = getDartLibCore().getChildren();
|
| - assertContainsCompUnit(children, "core_runtime.dart", false, false);
|
| + assertContainsCompUnit(children, "core.dart", false, false);
|
| assertContainsCompUnit(children, "object.dart", false, false);
|
| assertContainsCompUnit(children, "list.dart", false, false);
|
| assertTrue(children.length > 20);
|
|
|