Chromium Code Reviews| Index: tests/compiler/dart2js/mirrors_helper.dart |
| diff --git a/tests/compiler/dart2js/mirrors_helper.dart b/tests/compiler/dart2js/mirrors_helper.dart |
| index 1fb7ab3ac23cba7c60d3095a05a80db997e702c8..8bba108c78d078c83a5c2b0f6a1ee9fcc1c44e5b 100644 |
| --- a/tests/compiler/dart2js/mirrors_helper.dart |
| +++ b/tests/compiler/dart2js/mirrors_helper.dart |
| @@ -29,7 +29,7 @@ main() { |
| @metadata |
| /** Multiline doc comment. */ |
| /* Multiline comment. */ class Foo { |
| - |
| + m(@metadata a) {} |
| } |