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

Unified Diff: test/codegen_test.dart

Issue 1631303003: Run format (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « test/codegen/expect/sunflower/sunflower.html ('k') | test/utils_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen_test.dart
diff --git a/test/codegen_test.dart b/test/codegen_test.dart
index fbda6fb704217f7ebea71601ae4f519bef4b8099..537c9b30bb4347f4ca3ad3e2696316ffcb8e12b8 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -151,8 +151,9 @@ $compilerMessages''';
// We need a more comprehensive strategy to test them.
var sourceMaps = filename == 'map_keys';
var closure = filename == 'closure';
- var moduleFormat =
- filename == 'es6_modules' ? ModuleFormat.es6 : ModuleFormat.legacy;
+ var moduleFormat = filename == 'es6_modules'
+ ? ModuleFormat.es6
+ : ModuleFormat.legacy;
var success;
// TODO(vsm): Is it okay to reuse the same context here? If there is
// overlap between test files, we may need separate ones for each
« no previous file with comments | « test/codegen/expect/sunflower/sunflower.html ('k') | test/utils_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698