Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2962)

Unified Diff: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/DartLibraryImplTest.java

Issue 10890030: Move core and coreimpl from corelib/ to lib/core and lib/coreimpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698