| Index: tests/isolate/simple_message_test.dart
|
| diff --git a/tests/isolate/simple_message_test.dart b/tests/isolate/simple_message_test.dart
|
| index a7454a003627e69998cf370ea0fc948fa94dc18b..98b19e16eee9bf03a9ff92ed6ccf3671fe0cd548 100644
|
| --- a/tests/isolate/simple_message_test.dart
|
| +++ b/tests/isolate/simple_message_test.dart
|
| @@ -11,7 +11,7 @@ import "package:async_helper/async_helper.dart";
|
|
|
| void entry(SendPort replyTo) {
|
| var message = "foo";
|
| - message = "bar"; // /// 01: runtime error
|
| + message = "bar"; // //# 01: runtime error
|
| replyTo.send(message);
|
| }
|
|
|
|
|