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

Unified Diff: tests/compiler/dart2js/embedded_category_api_boundary_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/embedded_category_api_boundary_test.dart
diff --git a/tests/compiler/dart2js/embedded_category_api_boundary_test.dart b/tests/compiler/dart2js/embedded_category_api_boundary_test.dart
index 76db27b847c7a53981c7bad0b82ae7fd5db69a8b..042bc37ac5b2f6eb4630476a499f61ab26704ca0 100644
--- a/tests/compiler/dart2js/embedded_category_api_boundary_test.dart
+++ b/tests/compiler/dart2js/embedded_category_api_boundary_test.dart
@@ -23,9 +23,7 @@ main() async {
}
});
asyncTest(() async {
- analyze(uriList, {},
- checkResults: checkResults,
- mode: AnalysisMode.MAIN);
+ analyze(uriList, {}, checkResults: checkResults, mode: AnalysisMode.MAIN);
});
}
« no previous file with comments | « tests/compiler/dart2js/elide_callthrough_stub_test.dart ('k') | tests/compiler/dart2js/emit_const_fields_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698