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

Unified Diff: tests/compiler/dart2js/number_output_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
« no previous file with comments | « tests/compiler/dart2js/null_type_test.dart ('k') | tests/compiler/dart2js/override_inheritance_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/number_output_test.dart
diff --git a/tests/compiler/dart2js/number_output_test.dart b/tests/compiler/dart2js/number_output_test.dart
index 6f873a56e4ab1bde6e3fb762b1eccff30e2f8dee..af53a597e8f6cfa114df98e9025c194d6527b974 100644
--- a/tests/compiler/dart2js/number_output_test.dart
+++ b/tests/compiler/dart2js/number_output_test.dart
@@ -8,13 +8,14 @@ import 'package:async_helper/async_helper.dart';
import 'memory_compiler.dart';
const MEMORY_SOURCE_FILES = const {
- 'main.dart': '''
+ 'main.dart': '''
main() {
print(12300000);
print(1234567890123456789012345);
print(double.MAX_FINITE);
print(-22230000);
- }'''};
+ }'''
+};
Future test({bool minify}) async {
OutputCollector collector = new OutputCollector();
« no previous file with comments | « tests/compiler/dart2js/null_type_test.dart ('k') | tests/compiler/dart2js/override_inheritance_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698