| Index: tests/isolate/src/APIv2_spawnBrowserTest.dart
|
| ===================================================================
|
| --- tests/isolate/src/APIv2_spawnBrowserTest.dart (revision 5951)
|
| +++ tests/isolate/src/APIv2_spawnBrowserTest.dart (working copy)
|
| @@ -4,7 +4,7 @@
|
|
|
| // Example of spawning an isolate from a function.
|
| #library('spawn_tests');
|
| -#import('../../../client/testing/unittest/unittest_dom.dart');
|
| +#import('../../../lib/unittest/unittest_dom.dart');
|
| #import('dart:dom'); // import added so test.dart can treat this as a webtest.
|
| #import('dart:isolate');
|
|
|
|
|