| Index: tests/isolate/src/APIv2_unresolvedPortsBrowserNegativeTest.dart
|
| diff --git a/tests/isolate/src/APIv2_unresolvedPortsBrowserNegativeTest.dart b/tests/isolate/src/APIv2_unresolvedPortsBrowserNegativeTest.dart
|
| index ed5aba351a1fdcb0b950deca29f95b6eebfcf5bb..f5612e7b7d6a53c6045f510f3d9829797ee4dd3b 100644
|
| --- a/tests/isolate/src/APIv2_unresolvedPortsBrowserNegativeTest.dart
|
| +++ b/tests/isolate/src/APIv2_unresolvedPortsBrowserNegativeTest.dart
|
| @@ -6,10 +6,10 @@
|
| #library('unresolved_ports');
|
| #import("dart:dom"); // import added so test.dart can treat this as a webtest.
|
| #import('dart:isolate');
|
| -#import("../../../client/testing/unittest/unittest.dart");
|
| +#import("../../../client/testing/unittest/unittest_dom.dart");
|
|
|
| -// This is similar as SpawnFromCodeAPIv2Test but using 'unittest.dart' so it can
|
| -// run to completion in browsers.
|
| +// This is similar as SpawnFromCodeAPIv2Test but using 'unittest_dom.dart'
|
| +// so it can run to completion in browsers.
|
|
|
| bethIsolate(ReceivePort port) {
|
| port.receive((msg, reply) => msg[1].send(
|
|
|