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

Unified Diff: tests/lib/async/intercept_print1_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/lib/async/intercept_print1_test.dart
diff --git a/tests/lib/async/intercept_print1_test.dart b/tests/lib/async/intercept_print1_test.dart
index ad074c0df80a50d8892f7ae9c293660403e08e6f..36b2fbac370f0e20886b14e59c582add033c359f 100644
--- a/tests/lib/async/intercept_print1_test.dart
+++ b/tests/lib/async/intercept_print1_test.dart
@@ -31,7 +31,9 @@ main() {
zone1.run(() {
print("1");
print(2);
- print({3: [4]});
+ print({
+ 3: [4]
+ });
});
zone2.run(() {
print("5");

Powered by Google App Engine
This is Rietveld 408576698