| Index: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderDartCTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderDartCTest.java b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderDartCTest.java
|
| index d1a5f3ed48c8863473e1def6549e07590a171cab..b598666cf0bb843764663b54c91e1759cc384183 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderDartCTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderDartCTest.java
|
| @@ -31,10 +31,6 @@ public class SystemLibraryManagerProviderDartCTest extends SystemLibraryManagerP
|
| testLibrary("html", "html.dart");
|
| }
|
|
|
| - public void test_SystemLibraryManagerProvider_expandHtmlImpl() throws Exception {
|
| - testLibrary("htmlimpl", "htmlimpl.dart");
|
| - }
|
| -
|
| @Override
|
| protected EditorLibraryManager getLibraryManager() {
|
| return SystemLibraryManagerProvider.getVmLibraryManager();
|
|
|