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

Unified Diff: test/codegen_test.dart

Issue 959073002: Fix new line breaks on } (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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 | « lib/src/options.dart ('k') | test/dart_codegen/expect/_internal/iterable.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 1986e561dd4bcf1a7f2c10f39677600291078a47..d13f7621e2ba9a117d764c96d2cadfe3fab7127c 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -118,7 +118,8 @@ main(arguments) {
checkSdk: true,
forceCompile: true,
outputDart: dartGen,
- formatOutput: false);
+ formatOutput: dartGen,
+ cheapTestFormat: true);
var sdkPath = dartGen
? path.join(testDir, '..', 'tool', 'input_sdk_src')
: path.join(testDir, 'generated_sdk');
« no previous file with comments | « lib/src/options.dart ('k') | test/dart_codegen/expect/_internal/iterable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698