Chromium Code Reviews

Unified Diff: tests/isolate/src/APIv2_spawnBrowserTest.dart

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: tests/isolate/src/APIv2_spawnBrowserTest.dart
diff --git a/tests/isolate/src/APIv2_spawnBrowserTest.dart b/tests/isolate/src/APIv2_spawnBrowserTest.dart
index 34960b894392cc452ad77ffe296706cecca62ead..20ed9f4bbd7f339e094ad9331fc0f169b05d76c3 100644
--- a/tests/isolate/src/APIv2_spawnBrowserTest.dart
+++ b/tests/isolate/src/APIv2_spawnBrowserTest.dart
@@ -4,7 +4,7 @@
// example of spawning an isolate from a closure
#library('spawn_tests');
-#import("../../../client/testing/unittest/unittest.dart");
+#import("../../../client/testing/unittest/unittest_dom.dart");
#import("dart:dom"); // import added so test.dart can treat this as a webtest.
#import('dart:isolate');

Powered by Google App Engine