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() { |