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

Unified Diff: tests/compiler/dart2js/space_test.dart

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: revert another multipart test Created 4 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
Index: tests/compiler/dart2js/space_test.dart
diff --git a/tests/compiler/dart2js/space_test.dart b/tests/compiler/dart2js/space_test.dart
index b721952ad0a84f60b894a4010ce117d19a6a03db..9146f27cd72898cd2ebe7ac64eebdd3c640ea51d 100644
--- a/tests/compiler/dart2js/space_test.dart
+++ b/tests/compiler/dart2js/space_test.dart
@@ -3,8 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
import 'dart:io';
-import 'package:compiler/src/dart2js.dart'
- as dart2js;
+import 'package:compiler/src/dart2js.dart' as dart2js;
import 'package:compiler/src/commandline_options.dart';
main() {
@@ -13,7 +12,9 @@ main() {
Uri libraryRoot = script.resolve('../../../sdk/');
Directory.current = script.resolve("path with spaces").toFilePath();
- return dart2js.main(["--library-root=${libraryRoot.toFilePath()}",
- Flags.analyzeOnly,
- "file with spaces.dart"]);
+ return dart2js.main([
+ "--library-root=${libraryRoot.toFilePath()}",
+ Flags.analyzeOnly,
+ "file with spaces.dart"
+ ]);
}
« no previous file with comments | « tests/compiler/dart2js/sourcemaps/trace_graph.dart ('k') | tests/compiler/dart2js/ssa_phi_codegen_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698