| Index: tests/compiler/dart2js/message_kind_helper.dart
|
| diff --git a/tests/compiler/dart2js/message_kind_helper.dart b/tests/compiler/dart2js/message_kind_helper.dart
|
| index dfadfb2b3cef23fd32fb2ae2bfeec2939cfffc13..b20921c0b7eba0b63fc62d66cc114f8f93103731 100644
|
| --- a/tests/compiler/dart2js/message_kind_helper.dart
|
| +++ b/tests/compiler/dart2js/message_kind_helper.dart
|
| @@ -83,7 +83,8 @@ Future<Compiler> check(MessageKind kind, Compiler cachedCompiler) {
|
| Compiler compiler = compilerFor(
|
| example,
|
| diagnosticHandler: collect,
|
| - options: ['--analyze-only'],
|
| + options: ['--analyze-only',
|
| + '--enable-experimental-mirrors'],
|
| cachedCompiler: cachedCompiler);
|
|
|
| return compiler.run(Uri.parse('memory:main.dart')).then((_) {
|
|
|