| Index: tests/html/js_interop_2_test.dart
|
| diff --git a/tests/html/js_interop_2_test.dart b/tests/html/js_interop_2_test.dart
|
| index a4b6b75868a679d8ad92fb5bbf32d74b773c0510..0ea183d9d1ef7aae1f075c7fc80b4c8e286c77f2 100644
|
| --- a/tests/html/js_interop_2_test.dart
|
| +++ b/tests/html/js_interop_2_test.dart
|
| @@ -27,15 +27,6 @@ isolateTest = """
|
|
|
| main() {
|
| useHtmlConfiguration();
|
| - var callback;
|
| - test('dart.js', () {
|
| - callback = expectAsync1((e) {
|
| - Expect.isTrue(e.data);
|
| - window.on.message.remove(callback);
|
| - });
|
| - window.on.message.add(callback);
|
| - injectSource(@"window.postMessage(window._$dart$initialized, '*');");
|
| - });
|
|
|
| test('isolateTest', () {
|
| injectSource(isolateTest);
|
|
|