| 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
|
|
|