| Index: pkg/analyzer/lib/src/generated/error.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/error.dart b/pkg/analyzer/lib/src/generated/error.dart
|
| index 9a713c03ce6463c12ff9927dea3a547ea003769a..a783e7e18e2ccc64feef5a3337cf0fb6ded999ff 100644
|
| --- a/pkg/analyzer/lib/src/generated/error.dart
|
| +++ b/pkg/analyzer/lib/src/generated/error.dart
|
| @@ -2393,7 +2393,7 @@ class ErrorType extends Enum<ErrorType> {
|
| /**
|
| * Checked mode compile-time errors are errors that preclude execution in checked mode.
|
| */
|
| - static const ErrorType CHECKED_MODE_COMPILE_TIME_ERROR = const ErrorType('CHECKED_MODE_COMPILE_TIME_ERROR', 3, ErrorSeverity.INFO);
|
| + static const ErrorType CHECKED_MODE_COMPILE_TIME_ERROR = const ErrorType('CHECKED_MODE_COMPILE_TIME_ERROR', 3, ErrorSeverity.ERROR);
|
|
|
| /**
|
| * Static warnings are those warnings reported by the static checker. They have no effect on
|
|
|