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

Unified Diff: tests/compiler/dart2js/sourcemaps/data/operators_test_file.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/sourcemaps/data/operators_test_file.dart
diff --git a/tests/compiler/dart2js/sourcemaps/data/operators_test_file.dart b/tests/compiler/dart2js/sourcemaps/data/operators_test_file.dart
index bbd85c021b6c707d6212ff77aad9865d1a758148..6175e10c70e69dfeb1dc324eea6c1d0e3fcf7c3d 100644
--- a/tests/compiler/dart2js/sourcemaps/data/operators_test_file.dart
+++ b/tests/compiler/dart2js/sourcemaps/data/operators_test_file.dart
@@ -12,8 +12,8 @@ void record(result) {
main(args) {
counter++;
- operations(args.length > 0,
- 0, 1.5, args[0], new Complex(0, 1), new Complex(1.5, 2.5));
+ operations(args.length > 0, 0, 1.5, args[0], new Complex(0, 1),
+ new Complex(1.5, 2.5));
return counter;
}
« no previous file with comments | « tests/compiler/dart2js/sourcemaps/data/invokes_test_file.dart ('k') | tests/compiler/dart2js/sourcemaps/diff.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698