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

Unified Diff: tests/corelib/iterable_test.dart

Issue 55533002: Fix some corelib tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minor updates Created 7 years, 2 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/corelib/corelib.status ('k') | tests/corelib/list_map_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/iterable_test.dart
diff --git a/tests/corelib/iterable_test.dart b/tests/corelib/iterable_test.dart
index f99bba64174db4b9b05592ca2cc572f15c81528b..e7f6299c0ae684e468878327cf541f2ba87e0c7f 100644
--- a/tests/corelib/iterable_test.dart
+++ b/tests/corelib/iterable_test.dart
@@ -9,7 +9,7 @@ import "package:expect/expect.dart";
import 'dart:collection';
-class MyIterable implements IterableBase {
+class MyIterable extends IterableBase {
get iterator => [].iterator;
}
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/corelib/list_map_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698