Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: tests/language/savannah_test.dart

Issue 10993059: Stop using the Hashable interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698