| Index: compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| diff --git a/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java b/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| index a0e6a69951377a39b676afac0d507796423c5d18..ddef762ad9c74012dbf152724369a2f063769aa9 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| @@ -12,7 +12,6 @@ import com.google.dart.compiler.SubSystem;
|
| */
|
| public enum TypeErrorCode implements ErrorCode {
|
| ASSERT_BOOL("assert requires 'bool' expression or '() -> bool' function"),
|
| - ASSERT_NUMBER_ARGUMENTS(ErrorSeverity.ERROR, "assert requires exactly one argument"),
|
| ASSERT_IS_STATEMENT(ErrorSeverity.ERROR, "assert is a statement, it cannot be used as an expression"),
|
| CANNOT_ASSIGN_TO("cannot assign to '%s'"),
|
| CANNOT_BE_RESOLVED("cannot resolve %s", true),
|
|
|