| Index: tests/language/savannah_test.dart
|
| diff --git a/tests/language/savannah_test.dart b/tests/language/savannah_test.dart
|
| index 42fe36976ebca035bac0788998c850eac5ef994c..ea553028384446fa331046982b517d86c8f78c3c 100644
|
| --- a/tests/language/savannah_test.dart
|
| +++ b/tests/language/savannah_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test using an identity hash.
|
|
|
| -abstract class BigGame extends Hashable {
|
| +abstract class BigGame {
|
| String get name;
|
| }
|
|
|
| @@ -35,7 +35,7 @@ class Zebra implements BigGame {
|
| }
|
|
|
|
|
| -class SavannahTest {
|
| +class SavannahTest {
|
|
|
| static void testMain() {
|
| Map<BigGame, String> savannah = new Map<BigGame, String>();
|
|
|