| Index: tests/compiler/dart2js/type_checker_test.dart
|
| diff --git a/tests/compiler/dart2js/type_checker_test.dart b/tests/compiler/dart2js/type_checker_test.dart
|
| index 5718cc9e47d1c264e6781edec26bd7b68556817d..0ec8b0361cccf09cf4f6976f92babfff890282e6 100644
|
| --- a/tests/compiler/dart2js/type_checker_test.dart
|
| +++ b/tests/compiler/dart2js/type_checker_test.dart
|
| @@ -1687,7 +1687,7 @@ abstract class num {
|
| bool operator <(num other);
|
| bool operator <=(num other);
|
| bool operator >(num other);
|
| - bool operator >=(num other)
|
| + bool operator >=(num other);
|
| }
|
| ''';
|
|
|
|
|