| Index: tests/isolate/src/APIv2_spawnUriBrowserNegativeTest.dart
|
| diff --git a/tests/isolate/src/APIv2_spawnUriBrowserNegativeTest.dart b/tests/isolate/src/APIv2_spawnUriBrowserNegativeTest.dart
|
| index 9dc8f6d87a742471e02ecb01980e7a3b641fd46a..470b30bd11ce699bc91fa1c183a6edb583a5c966 100644
|
| --- a/tests/isolate/src/APIv2_spawnUriBrowserNegativeTest.dart
|
| +++ b/tests/isolate/src/APIv2_spawnUriBrowserNegativeTest.dart
|
| @@ -3,6 +3,9 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| // Negative test to make sure that we are reaching all assertions.
|
| +// Note: the following comment is used by test.dart to additionally compile the
|
| +// other isolate's code.
|
| +// OtherScripts=APIv2_spawnUriChildIsolate.dart
|
| #library('spawn_tests');
|
| #import("../../../client/testing/unittest/unittest.dart");
|
| #import("dart:dom"); // import added so test.dart can treat this as a webtest.
|
| @@ -18,7 +21,7 @@ main() {
|
| });
|
|
|
| // TODO(eub): make this work for non-JS targets.
|
| - Isolate2 c = new Isolate2.fromUri("./APIv2_spawnUriChildIsolate.js");
|
| + Isolate2 c = new Isolate2.fromUri("APIv2_spawnUriChildIsolate.js");
|
| c.sendPort.send("hi", port.toSendPort());
|
| });
|
| }
|
|
|