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

Unified Diff: tests/isolate/spawn_uri_multi_test.dart

Issue 2765693002: Update all tests (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
Index: tests/isolate/spawn_uri_multi_test.dart
diff --git a/tests/isolate/spawn_uri_multi_test.dart b/tests/isolate/spawn_uri_multi_test.dart
index feb3cacba5efdc770a0ce8d9b0d4129b1c77320f..4610d2aaa684f2d0e01f832da2b349ceca23ae09 100644
--- a/tests/isolate/spawn_uri_multi_test.dart
+++ b/tests/isolate/spawn_uri_multi_test.dart
@@ -20,7 +20,7 @@ main() {
port.first.then(expectAsync((msg) {
String expectedMessage = 're: hi';
// Should be hi, not hello.
- expectedMessage = 're: hello'; /// 01: runtime error
+ expectedMessage = 're: hello'; //# 01: runtime error
expect(msg, equals(expectedMessage));
}));

Powered by Google App Engine
This is Rietveld 408576698