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

Unified Diff: tests/compiler/dart2js/kernel/impact_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/kernel/impact_test.dart
diff --git a/tests/compiler/dart2js/kernel/impact_test.dart b/tests/compiler/dart2js/kernel/impact_test.dart
index 2621782c06573fe116eee4c20bd33fef445d8f4e..d747a3d0c10ed6d7503a0d811460126da9d97dce 100644
--- a/tests/compiler/dart2js/kernel/impact_test.dart
+++ b/tests/compiler/dart2js/kernel/impact_test.dart
@@ -164,8 +164,11 @@ main(List<String> args) {
Compiler compiler = compilerFor(
entryPoint: entryPoint,
memorySourceFiles: SOURCE,
- options:
- [Flags.analyzeAll, Flags.useKernel, Flags.enableAssertMessage]);
+ options: [
+ Flags.analyzeAll,
+ Flags.useKernel,
+ Flags.enableAssertMessage
+ ]);
compiler.resolution.retainCachesForTesting = true;
await compiler.run(entryPoint);
checkLibrary(compiler, compiler.mainApp);
« no previous file with comments | « tests/compiler/dart2js/kernel/helper.dart ('k') | tests/compiler/dart2js/least_upper_bound_language_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698