| Index: tests/corelib/map_test.dart
|
| diff --git a/tests/corelib/map_test.dart b/tests/corelib/map_test.dart
|
| index 16b71ba1cd4dc332089dad89db5d7a160d87e474..efe6239712bea997fe879b0bdaeb80761cb9c9f5 100644
|
| --- a/tests/corelib/map_test.dart
|
| +++ b/tests/corelib/map_test.dart
|
| @@ -901,7 +901,7 @@ class UnmodifiableMapBaseMap<K, V> extends UnmodifiableMapBase<K, V> {
|
| Iterable<K> get keys => _keys.skip(0);
|
| }
|
|
|
| -class Super implements Comparable {}
|
| +abstract class Super implements Comparable {}
|
| abstract class Interface implements Comparable {}
|
| class Sub extends Super implements Interface, Comparable<Sub> {
|
| int compareTo(Sub other) => 0;
|
|
|