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

Unified Diff: test/codegen_test.dart

Issue 1322673004: Reformat (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 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
« no previous file with comments | « test/codegen/expect/sunflower/sunflower.html ('k') | no next file » | 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 1412c96660d0bedc39f8148ff242d13126120709..70993a6794f52b5cb8cf9aa9659c5bf7dac2fa3f 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -58,8 +58,7 @@ main(arguments) {
var expectDir = path.join(inputDir, 'expect');
bool compile(String entryPoint, AnalysisContext context,
- {bool checkSdk: false, bool sourceMaps: false,
- bool closure: false}) {
+ {bool checkSdk: false, bool sourceMaps: false, bool closure: false}) {
// TODO(jmesserly): add a way to specify flags in the test file, so
// they're more self-contained.
var runtimeDir = path.join(path.dirname(testDirectory), 'lib', 'runtime');
@@ -136,9 +135,8 @@ main(arguments) {
// We need a more comprehensive strategy to test them.
var sourceMaps = filename == 'map_keys';
var closure = filename == 'closure';
- var success =
- compile(filePath, realSdkContext, sourceMaps: sourceMaps,
- closure: closure);
+ var success = compile(filePath, realSdkContext,
+ sourceMaps: sourceMaps, closure: closure);
// Write compiler messages to disk.
new File(path.join(outDir, '$filename.txt'))
« no previous file with comments | « test/codegen/expect/sunflower/sunflower.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698