| Index: compiler/javatests/com/google/dart/compiler/type/class_with_operators.dart
|
| diff --git a/compiler/javatests/com/google/dart/compiler/type/class_with_operators.dart b/compiler/javatests/com/google/dart/compiler/type/class_with_operators.dart
|
| index 80f69a06ebccaeee6296bd103eba0abd6545d7c4..79819b20d8db90ec909de2735cc3763bc3db5bd8 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/type/class_with_operators.dart
|
| +++ b/compiler/javatests/com/google/dart/compiler/type/class_with_operators.dart
|
| @@ -55,7 +55,7 @@ class ClassWithOperators {
|
| return this;
|
| }
|
|
|
| - bool operator equals(other) {
|
| + bool operator ==(other) {
|
| return false;
|
| }
|
| }
|
|
|