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