Chromium Code Reviews| Index: tests/lib/mirrors/typedef_metadata_test.dart |
| diff --git a/tests/lib/mirrors/typedef_metadata_test.dart b/tests/lib/mirrors/typedef_metadata_test.dart |
| index e07339ae459cc299350cee477c32c8f420c9acbe..0312662a12ff41f2fe8a8f54a0a37c8321d7e52d 100644 |
| --- a/tests/lib/mirrors/typedef_metadata_test.dart |
| +++ b/tests/lib/mirrors/typedef_metadata_test.dart |
| @@ -12,7 +12,7 @@ import 'metadata_test.dart'; |
| class S {} |
| class M {} |
| @symbol |
| -typedef MA = S with M; |
| +class MA = S with M; |
| @string |
| typedef bool Predicate(Object o); |