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

Unified Diff: tests/compiler/dart2js_extra/27199_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_extra/27199_test.dart
diff --git a/tests/compiler/dart2js_extra/27199_test.dart b/tests/compiler/dart2js_extra/27199_test.dart
index 440924773290642a5709c12bd90469c7f4b61a9a..485bf3ad7de6f91ff195f039c0567542287d9d47 100644
--- a/tests/compiler/dart2js_extra/27199_test.dart
+++ b/tests/compiler/dart2js_extra/27199_test.dart
@@ -16,7 +16,8 @@ class C<T> {
Map<String, ItemListFilter<T>> f = {};
}
-@NoInline() @AssumeDynamic()
+@NoInline()
+@AssumeDynamic()
confuse(x) => x;
main() {
« no previous file with comments | « tests/compiler/dart2js_extra/26243_test.dart ('k') | tests/compiler/dart2js_extra/assert_with_message_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698