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

Unified Diff: tests/lib/async/catch_errors_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/catch_errors_test.dart
diff --git a/tests/lib/async/catch_errors_test.dart b/tests/lib/async/catch_errors_test.dart
index adbe5ae0679b4d55609b27c715e4aed0b9e0ddc6..10ddb90582c5dda7261b035661310364fa4472e8 100644
--- a/tests/lib/async/catch_errors_test.dart
+++ b/tests/lib/async/catch_errors_test.dart
@@ -13,7 +13,9 @@ main() {
// Make sure `catchErrors` does not execute the error callback.
catchErrors(() {
return 'allDone';
- }).listen((x) { Expect.fail("Unexpected callback"); });
+ }).listen((x) {
+ Expect.fail("Unexpected callback");
+ });
// Wait one cycle before shutting down the test.
Timer.run(asyncEnd);

Powered by Google App Engine
This is Rietveld 408576698