| Index: compiler/javatests/com/google/dart/compiler/SystemLibrariesReaderTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/SystemLibrariesReaderTest.java b/compiler/javatests/com/google/dart/compiler/SystemLibrariesReaderTest.java
|
| index 50b18c1281e87a20ab0699a38d41dc183c78de7c..4e205e4a8f0ddddec6546d72e95332aa2fe8755d 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/SystemLibrariesReaderTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/SystemLibrariesReaderTest.java
|
| @@ -43,19 +43,6 @@ public class SystemLibrariesReaderTest extends TestCase {
|
| + "\n could not find " + file);
|
| }
|
| }
|
| -
|
| - // check content
|
| - // "coreimpl": const LibraryInfo(
|
| - // "coreimpl/coreimpl_runtime.dart",
|
| - // implementation: true,
|
| - // dart2jsPath: "compiler/implementation/lib/coreimpl.dart",
|
| - // dart2jsPatchPath: "compiler/implementation/lib/coreimpl_patch.dart")
|
| - DartLibrary library = librariesMap.get("dart:coreimpl");
|
| - assertTrue(library != null);
|
| - assertEquals("dart:coreimpl",library.getShortName());
|
| - assertTrue(library.isImplementation());
|
| - assertEquals("Shared", library.getCategory());
|
| -
|
| }
|
|
|
| }
|
|
|