| Index: pkg/compiler/lib/src/apiimpl.dart
|
| diff --git a/pkg/compiler/lib/src/apiimpl.dart b/pkg/compiler/lib/src/apiimpl.dart
|
| index a9579f042a4838721d55cd00a43f06c306460546..76765e1f562d9d5a66996f642e474902d26a3cc7 100644
|
| --- a/pkg/compiler/lib/src/apiimpl.dart
|
| +++ b/pkg/compiler/lib/src/apiimpl.dart
|
| @@ -88,6 +88,7 @@ class Compiler extends leg.Compiler {
|
| hasOption(options, '--enable-experimental-mirrors'),
|
| generateCodeWithCompileTimeErrors:
|
| hasOption(options, '--generate-code-with-compile-time-errors'),
|
| + testMode: hasOption(options, '--test-mode'),
|
| allowNativeExtensions:
|
| hasOption(options, '--allow-native-extensions'),
|
| enableNullAwareOperators:
|
|
|