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

Unified Diff: tests/isolate/spawn_uri_multi_test.dart

Issue 2774783002: Re-land "Format all 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/simple_message_test.dart ('k') | tests/language/abstract_exact_selector_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4610d2aaa684f2d0e01f832da2b349ceca23ae09..efd711c2c3d56ea356c57596480a7124837b52c8 100644
--- a/tests/isolate/spawn_uri_multi_test.dart
+++ b/tests/isolate/spawn_uri_multi_test.dart
@@ -7,6 +7,7 @@
// other isolate's code.
// OtherScripts=spawn_uri_child_isolate.dart
library spawn_tests;
+
import 'dart:isolate';
import 'package:unittest/unittest.dart';
@@ -24,7 +25,7 @@ main() {
expect(msg, equals(expectedMessage));
}));
- Isolate.spawnUri(Uri.parse('spawn_uri_child_isolate.dart'),
- ['hi'], port.sendPort);
+ Isolate.spawnUri(
+ Uri.parse('spawn_uri_child_isolate.dart'), ['hi'], port.sendPort);
});
}
« no previous file with comments | « tests/isolate/simple_message_test.dart ('k') | tests/language/abstract_exact_selector_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698