Chromium Code Reviews| Index: tests/language/savannah_test.dart |
| diff --git a/tests/language/savannah_test.dart b/tests/language/savannah_test.dart |
| index 42fe36976ebca035bac0788998c850eac5ef994c..cc6bb11e6a79b06314198b17acf1d232b4e14f2b 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 { |
|
Mads Ager (google)
2012/09/27 12:48:27
hep
|
| String get name; |
| } |