| Index: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderVmTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderVmTest.java b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderVmTest.java
|
| index 0d5e031d041ad92c31ed27218d8789e07f99ed44..cccb06b0befc20266fa1aabfc3ffd3f7b6f5d63e 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderVmTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderVmTest.java
|
| @@ -36,10 +36,6 @@ public class SystemLibraryManagerProviderVmTest extends SystemLibraryManagerProv
|
| testLibrary("html", "html.dart");
|
| }
|
|
|
| - public void test_SystemLibraryManagerProvider_htmlImpl() throws Exception {
|
| - testLibrary("htmlimpl", "htmlimpl.dart");
|
| - }
|
| -
|
| @Override
|
| protected EditorLibraryManager getLibraryManager() {
|
| return SystemLibraryManagerProvider.getVmLibraryManager();
|
|
|