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

Unified Diff: tests/compiler/dart2js/emit_const_fields_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/emit_const_fields_test.dart
diff --git a/tests/compiler/dart2js/emit_const_fields_test.dart b/tests/compiler/dart2js/emit_const_fields_test.dart
index 14385d7d7a7b6010bc67eb6deed66a9f4e20bae5..3076df7cbcca2755fb6abf3e4d9bb3babf2c1118 100644
--- a/tests/compiler/dart2js/emit_const_fields_test.dart
+++ b/tests/compiler/dart2js/emit_const_fields_test.dart
@@ -20,8 +20,7 @@ main() {
main() {
asyncTest(() => compileAll(TEST_GUIDE).then((generated) {
- Expect.isTrue(generated.contains("42"));
- Expect.isFalse(generated.contains("TITLE"));
- }));
+ Expect.isTrue(generated.contains("42"));
+ Expect.isFalse(generated.contains("TITLE"));
+ }));
}
-
« no previous file with comments | « tests/compiler/dart2js/embedded_category_api_boundary_test.dart ('k') | tests/compiler/dart2js/enumset_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698