Chromium Code Reviews| Index: tests/language/savannah_test.dart |
| =================================================================== |
| --- tests/language/savannah_test.dart (revision 12669) |
| +++ tests/language/savannah_test.dart (working copy) |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Dart test using an identity hash. |
| -abstract class BigGame { |
| +abstract class BigGame extends Hashable { |
| final String name; |
| } |