| 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 c56dabdac3a37702d4a064c8f5828d407c200394..87e489eef5dcd04cbbae922c58a765559bdb4bcf 100644
|
| --- a/tests/html/js_interop_2_test.dart
|
| +++ b/tests/html/js_interop_2_test.dart
|
| @@ -29,7 +29,7 @@ var isolateTest = """
|
| main() {
|
| useHtmlConfiguration();
|
|
|
| - test('isolateTest', () {
|
| + test('dart-to-js-ports', () {
|
| injectSource(isolateTest);
|
|
|
| SendPortSync port = window.lookupPort('test');
|
|
|