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

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

Issue 9600035: Enable new dart:html wrapperless frog bindings and wrapper dartium bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Handle all code review comments Created 8 years, 10 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/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();

Powered by Google App Engine
This is Rietveld 408576698