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

Unified Diff: tests/compiler/dart2js/dead_code_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/dead_code_test.dart
diff --git a/tests/compiler/dart2js/dead_code_test.dart b/tests/compiler/dart2js/dead_code_test.dart
index e4096c0073ddd5cbfed6d5d94dcff11073e0bb3d..eace3639343e16d9de3337e34eeb7859d17598c6 100644
--- a/tests/compiler/dart2js/dead_code_test.dart
+++ b/tests/compiler/dart2js/dead_code_test.dart
@@ -18,6 +18,7 @@ foo(a) {
main() {
asyncTest(() => compileAll(TEST).then((generated) {
- Expect.isFalse(generated.contains('return 42'), 'dead code not eliminated');
- }));
+ Expect.isFalse(
+ generated.contains('return 42'), 'dead code not eliminated');
+ }));
}
« no previous file with comments | « tests/compiler/dart2js/data/mirrors_helper.dart ('k') | tests/compiler/dart2js/dead_phi_eliminator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698