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

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: Another space removed. 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
« no previous file with comments | « tests/language/map_literal_test.dart ('k') | tests/language/type_guard_conversion_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>();
« no previous file with comments | « tests/language/map_literal_test.dart ('k') | tests/language/type_guard_conversion_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698