| Index: pkg/compiler/lib/src/options.dart
|
| diff --git a/pkg/compiler/lib/src/options.dart b/pkg/compiler/lib/src/options.dart
|
| index 1c257dfba9867d8f32a0849e9887064262c5ee35..59992f518bb11c388896bec2ddb57e4cd379f687 100644
|
| --- a/pkg/compiler/lib/src/options.dart
|
| +++ b/pkg/compiler/lib/src/options.dart
|
| @@ -131,6 +131,9 @@ class CompilerOptions implements DiagnosticOptions {
|
|
|
| /// Whether we allow passing an extra argument to `assert`, containing a
|
| /// reason for why an assertion fails. (experimental)
|
| + ///
|
| + /// This is only included so that tests can pass the --assert-message flag
|
| + /// without causing dart2js to crash. The flag has no effect.
|
| final bool enableAssertMessage;
|
|
|
| /// Whether the user specified a flag to allow the use of dart:mirrors. This
|
|
|