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

Unified Diff: tests/lib/async/catch_errors2_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_errors2_test.dart
diff --git a/tests/lib/async/catch_errors2_test.dart b/tests/lib/async/catch_errors2_test.dart
index bdc0c32d03301f97271be4848983b3c90a6934cd..e97d52b8b4c87651532c75ca25a2a9438492a662 100644
--- a/tests/lib/async/catch_errors2_test.dart
+++ b/tests/lib/async/catch_errors2_test.dart
@@ -19,11 +19,10 @@ main() {
});
return 'allDone';
}).listen((x) {
- Expect.fail("Unexpected callback");
- },
- onDone: () {
- Expect.fail("Unexpected callback");
- });
+ Expect.fail("Unexpected callback");
+ }, onDone: () {
+ Expect.fail("Unexpected callback");
+ });
done.whenComplete(asyncEnd);
}

Powered by Google App Engine
This is Rietveld 408576698