| 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..e6b3129ed27c7b119a50a95f168d12c7c176b0ba 100644
|
| --- a/tests/compiler/dart2js/message_kind_helper.dart
|
| +++ b/tests/compiler/dart2js/message_kind_helper.dart
|
| @@ -83,7 +83,7 @@ Future<Compiler> check(MessageKind kind, Compiler cachedCompiler) {
|
| Compiler compiler = compilerFor(
|
| example,
|
| diagnosticHandler: collect,
|
| - options: ['--analyze-only'],
|
| + options: ['--analyze-only']..addAll(kind.options),
|
| cachedCompiler: cachedCompiler);
|
|
|
| return compiler.run(Uri.parse('memory:main.dart')).then((_) {
|
|
|