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

Unified Diff: tests/language_strong/asyncstar_throw_in_catch_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_strong/asyncstar_throw_in_catch_test.dart
diff --git a/tests/language_strong/asyncstar_throw_in_catch_test.dart b/tests/language_strong/asyncstar_throw_in_catch_test.dart
index 092b48dd5566190bbe86f917008e1f524b5a10af..64165207fa56cfe4272c0ea76e70b8cb9339dcde 100644
--- a/tests/language_strong/asyncstar_throw_in_catch_test.dart
+++ b/tests/language_strong/asyncstar_throw_in_catch_test.dart
@@ -111,8 +111,8 @@ runTest(test, expectedTrace, expectedError, shouldCancel) {
Expect.equals(expectedError, error);
tracer.trace("X");
}, onDone: () {
- tracer.done();
- done.complete(null);
+ tracer.done();
+ done.complete(null);
});
return done.future.then((_) => tracer.done());
}
@@ -126,7 +126,6 @@ test() async {
await runTest(foo4, "abcdYeYfX", "Error2", false);
}
-
void main() {
asyncTest(test);
-}
+}

Powered by Google App Engine
This is Rietveld 408576698