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

Unified Diff: tests/isolate/kill2_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/kill2_test.dart
diff --git a/tests/isolate/kill2_test.dart b/tests/isolate/kill2_test.dart
index 4fb317190f302a188ee2325f9a995ed18bf76ac3..204c5a14ed60c6e974c6a22dc93e552f7d576a7f 100644
--- a/tests/isolate/kill2_test.dart
+++ b/tests/isolate/kill2_test.dart
@@ -18,7 +18,7 @@ isomain1(replyPort) {
void main() {
asyncStart();
- var completer = new Completer(); // Completed by first reply from isolate.
+ var completer = new Completer(); // Completed by first reply from isolate.
RawReceivePort reply = new RawReceivePort(completer.complete);
Isolate.spawn(isomain1, reply.sendPort).then((Isolate isolate) {
List result = [];

Powered by Google App Engine
This is Rietveld 408576698