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

Unified Diff: tests/isolate/simple_message_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/message3_test.dart ('k') | tests/isolate/spawn_uri_multi_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « tests/isolate/message3_test.dart ('k') | tests/isolate/spawn_uri_multi_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698