| Index: pkg/compiler/lib/src/dart2js.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
|
| index 3f92322cc26fec05dca834ba5e220b519def3341..93b9a19112f50bc242189787544d1bda51df7692 100644
|
| --- a/pkg/compiler/lib/src/dart2js.dart
|
| +++ b/pkg/compiler/lib/src/dart2js.dart
|
| @@ -360,6 +360,7 @@ Future<api.CompilationResult> compile(List<String> argv) {
|
| }),
|
| new OptionHandler('--allow-native-extensions', setAllowNativeExtensions),
|
| new OptionHandler('--generate-code-with-compile-time-errors', passThrough),
|
| + new OptionHandler('--test-mode', passThrough),
|
|
|
| // The following three options must come last.
|
| new OptionHandler('-D.+=.*', addInEnvironment),
|
|
|