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

Unified Diff: tests/compiler/dart2js_extra/mirrors_used_closure_test.dart

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: revert another multipart test Created 4 years, 3 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/compiler/dart2js_extra/mirrors_used_closure_test.dart
diff --git a/tests/compiler/dart2js_extra/mirrors_used_closure_test.dart b/tests/compiler/dart2js_extra/mirrors_used_closure_test.dart
index 12551cfdf26165d1fe20e17da45f72a608d351cc..8f5dc8e7ee8602b3d4632418b7aa167eef7a622a 100644
--- a/tests/compiler/dart2js_extra/mirrors_used_closure_test.dart
+++ b/tests/compiler/dart2js_extra/mirrors_used_closure_test.dart
@@ -24,6 +24,6 @@ confuse(x) => x;
main() {
var f = [new A(), new B()][confuse(0)].bar;
- Expect.throws(() => reflect(f).invoke(#call, [], {}),
- (e) => e is UnsupportedError);
+ Expect.throws(
+ () => reflect(f).invoke(#call, [], {}), (e) => e is UnsupportedError);
}

Powered by Google App Engine
This is Rietveld 408576698