Index: tests/isolate/issue_21398_parent_isolate2_test.dart |
diff --git a/tests/isolate/issue_21398_parent_isolate2_test.dart b/tests/isolate/issue_21398_parent_isolate2_test.dart |
index da94b56c17cd6981dc1454f136a62e071309570f..f67ae10b88c13927ebc3a76a00694d6de2cb114e 100644 |
--- a/tests/isolate/issue_21398_parent_isolate2_test.dart |
+++ b/tests/isolate/issue_21398_parent_isolate2_test.dart |
@@ -53,5 +53,5 @@ void helperFunction() { |
} |
main() { |
- helperFunction(); /// 01: runtime error |
+ helperFunction(); //# 01: runtime error |
} |