| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/ErrorType.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/ErrorType.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/ErrorType.java
|
| index 0911e0ed416a6d47631036ab8ca45c625430fa0e..d56563d75419ed329debdca8a576265d716871d5 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/ErrorType.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/ErrorType.java
|
| @@ -39,7 +39,7 @@ public enum ErrorType {
|
| /**
|
| * Checked mode compile-time errors are errors that preclude execution in checked mode.
|
| */
|
| - CHECKED_MODE_COMPILE_TIME_ERROR(ErrorSeverity.INFO),
|
| + CHECKED_MODE_COMPILE_TIME_ERROR(ErrorSeverity.ERROR),
|
|
|
| /**
|
| * Suggestions made in situations where the user has deviated from recommended pub programming
|
|
|