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

Unified Diff: tests/language/regress_26175_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/regress_26175_test.dart
diff --git a/tests/language/regress_26175_test.dart b/tests/language/regress_26175_test.dart
index e4af4bb734428b884e341dfd7db9295655ff0689..dd7ac2a46f922e600502d41e516a0077a7cbc61f 100644
--- a/tests/language/regress_26175_test.dart
+++ b/tests/language/regress_26175_test.dart
@@ -54,8 +54,8 @@ Future test6(ignore) async {
Future test7(ignore) async {
cell = 'a';
try {
- Expect.equals('unreachable',
- '${throw 0}${await asyncWriteCell('b')}${cell}');
+ Expect.equals(
+ 'unreachable', '${throw 0}${await asyncWriteCell('b')}${cell}');
} catch (_) {
Expect.equals('a', cell);
}

Powered by Google App Engine
This is Rietveld 408576698