Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(928)

Unified Diff: tests/isolate/issue_21398_parent_isolate2_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of multitests (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/isolate/isolate_import_test.dart ('k') | tests/isolate/message3_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
« no previous file with comments | « tests/isolate/isolate_import_test.dart ('k') | tests/isolate/message3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698