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

Unified Diff: tests/compiler/dart2js/field_codegen_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/field_codegen_test.dart
diff --git a/tests/compiler/dart2js/field_codegen_test.dart b/tests/compiler/dart2js/field_codegen_test.dart
index c7036a47fa7b1234643cd02e6cfd4676545b5819..893bc1f3bff8c19877037f5af565813a56d08a91 100644
--- a/tests/compiler/dart2js/field_codegen_test.dart
+++ b/tests/compiler/dart2js/field_codegen_test.dart
@@ -21,10 +21,10 @@ main() { return x; }
main() {
asyncTest(() => compileAll(TEST_NULL0).then((generated) {
- Expect.isTrue(generated.contains("null"));
- }));
+ Expect.isTrue(generated.contains("null"));
+ }));
asyncTest(() => compileAll(TEST_NULL1).then((generated) {
- Expect.isTrue(generated.contains("null"));
- }));
+ Expect.isTrue(generated.contains("null"));
+ }));
}
« no previous file with comments | « tests/compiler/dart2js/expect_annotations_test.dart ('k') | tests/compiler/dart2js/field_type_simple_inferer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698