| 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 ead3a2e5da714cdfa2f4b3335863d441694d92c6..80f69a06ebccaeee6296bd103eba0abd6545d7c4 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
|
| @@ -54,4 +54,8 @@ class ClassWithOperators {
|
| ClassWithOperators operator >=(ClassWithOperators operand) {
|
| return this;
|
| }
|
| +
|
| + bool operator equals(other) {
|
| + return false;
|
| + }
|
| }
|
|
|