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

Unified Diff: tests/lib/async/catch_errors3_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_errors3_test.dart
diff --git a/tests/lib/async/catch_errors3_test.dart b/tests/lib/async/catch_errors3_test.dart
index e4690f2becd92e17a7110a164ff8f83ceb2f7aaf..5ddb915c7936e67deb12c77c279ec04417724f4d 100644
--- a/tests/lib/async/catch_errors3_test.dart
+++ b/tests/lib/async/catch_errors3_test.dart
@@ -27,10 +27,9 @@ main() {
});
return 'allDone';
}).listen((x) {
- Expect.fail("Unexpected callback");
- },
- onDone: () {
- Expect.fail("Unexpected callback");
- });
+ Expect.fail("Unexpected callback");
+ }, onDone: () {
+ Expect.fail("Unexpected callback");
+ });
done.future.whenComplete(asyncEnd);
}

Powered by Google App Engine
This is Rietveld 408576698