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

Unified Diff: tests/html/js_dispatch_property_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/html/js_dispatch_property_test.dart
diff --git a/tests/html/js_dispatch_property_test.dart b/tests/html/js_dispatch_property_test.dart
index ebcd2af9ea581a17d8c4718f3c20b5bc2e7ca858..27030b00428e85ab9c56670b0057fda1edc3fddc 100644
--- a/tests/html/js_dispatch_property_test.dart
+++ b/tests/html/js_dispatch_property_test.dart
@@ -11,7 +11,8 @@ import 'package:expect/expect.dart' show NoInline, AssumeDynamic;
import 'js_dispatch_property_test_lib.dart';
-@NoInline() @AssumeDynamic()
+@NoInline()
+@AssumeDynamic()
confuse(x) => x;
main() {

Powered by Google App Engine
This is Rietveld 408576698