| 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 31812bd53d6210feae79b01ef6232807fe551a6b..f8c703c8b68cb88118c6f852c0aa2c640e49d299 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/SystemLibrariesReaderTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/SystemLibrariesReaderTest.java
|
| @@ -48,18 +48,6 @@ public class SystemLibrariesReaderTest extends TestCase {
|
| assertEquals("dart:coreimpl",library.getShortName());
|
| assertTrue(library.isImplementation());
|
| assertEquals("Shared", library.getCategory());
|
| -
|
| - // "builtin": const LibraryInfo(
|
| - // "builtin/builtin_runtime.dart",
|
| - // category: "Server",
|
| - // platforms: VM_PLATFORM),
|
| - library = librariesMap.get("dart:builtin");
|
| - assertTrue(library != null);
|
| - assertEquals("dart:builtin",library.getShortName());
|
| - assertFalse(library.isImplementation());
|
| - assertTrue(library.isVmLibrary());
|
| - assertEquals("Server", library.getCategory());
|
| -
|
| }
|
|
|
| }
|
|
|