| 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');
|
|
|
|
|