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

Unified Diff: tests/language/assert_message_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/language/assert_message_test.dart
diff --git a/tests/language/assert_message_test.dart b/tests/language/assert_message_test.dart
index 28499edb0474faf31ae844491256e73937e3bad7..38c5d315b326c0bd04e2352505e1a03caf3a703b 100644
--- a/tests/language/assert_message_test.dart
+++ b/tests/language/assert_message_test.dart
@@ -67,10 +67,11 @@ main() {
}
asyncStart();
- asyncTests().then((_) { asyncEnd(); });
+ asyncTests().then((_) {
+ asyncEnd();
+ });
}
-
Future asyncTests() async {
// You can await in both condition and message.
assert(true, await 0);

Powered by Google App Engine
This is Rietveld 408576698