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; |
} |