| Index: tests/isolate/src/APIv2_spawnUriBrowserNegativeTest.dart
|
| diff --git a/tests/isolate/src/APIv2_spawnUriBrowserNegativeTest.dart b/tests/isolate/src/APIv2_spawnUriBrowserNegativeTest.dart
|
| index 6941fe3cb0a8f68c2074329351e23a17af622745..9dc8f6d87a742471e02ecb01980e7a3b641fd46a 100644
|
| --- a/tests/isolate/src/APIv2_spawnUriBrowserNegativeTest.dart
|
| +++ b/tests/isolate/src/APIv2_spawnUriBrowserNegativeTest.dart
|
| @@ -6,6 +6,7 @@
|
| #library('spawn_tests');
|
| #import("../../../client/testing/unittest/unittest.dart");
|
| #import("dart:dom"); // import added so test.dart can treat this as a webtest.
|
| +#import('dart:isolate');
|
|
|
| main() {
|
| asyncTest("isolate fromUri - negative test", 1, () {
|
|
|