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

Unified Diff: tests/lib/async/run_zoned7_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/run_zoned7_test.dart
diff --git a/tests/lib/async/run_zoned7_test.dart b/tests/lib/async/run_zoned7_test.dart
index d6ee3b93ccb840b8f307533fee34a29b597ddb41..01de14341cd97fbc7b26f7c8921c541b93fbd252 100644
--- a/tests/lib/async/run_zoned7_test.dart
+++ b/tests/lib/async/run_zoned7_test.dart
@@ -27,10 +27,14 @@ main() {
done.future.whenComplete(() {
Expect.listEquals([
- "main exit",
- 1, 2, 3, 4, 5, 6,
- ],
- events);
+ "main exit",
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ ], events);
asyncEnd();
});
events.add("main exit");

Powered by Google App Engine
This is Rietveld 408576698