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

Unified Diff: test/codegen_test.dart

Issue 963593002: Disable formatting and add new-lines to make tests faster. (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
Index: test/codegen_test.dart
diff --git a/test/codegen_test.dart b/test/codegen_test.dart
index c357983866a7c6120759f8c3f2bfb822155a1ea9..0d70bb7394a7417422424ef04b8f53fc0e268fc3 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -118,7 +118,7 @@ main(arguments) {
checkSdk: true,
forceCompile: true,
outputDart: dartGen,
- formatOutput: dartGen);
+ formatOutput: false);
var sdkPath = path.join(testDir, 'generated_sdk');
var testSdk = new TypeResolver.fromDir(sdkPath, options);
var result = compile('dart:core', testSdk, options);

Powered by Google App Engine
This is Rietveld 408576698