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

Unified Diff: tests/language/generic_native_test.dart

Issue 14173003: Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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/set_test.dart ('k') | tools/dom/src/AttributeMap.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/generic_native_test.dart
diff --git a/tests/language/generic_native_test.dart b/tests/language/generic_native_test.dart
index 6274ace675c609f87d389302ee315370124ee282..80eb8fef55a50852ac96649f8cb1bbbe3203a4e9 100644
--- a/tests/language/generic_native_test.dart
+++ b/tests/language/generic_native_test.dart
@@ -18,9 +18,6 @@ main() {
Expect.isTrue(new A<Iterable<B>>().foo(new List<B>()));
Expect.isFalse(new A<Iterable<C>>().foo(new List<B>()));
- Expect.isTrue(new A<Collection<B>>().foo(new List<B>()));
- Expect.isFalse(new A<Collection<C>>().foo(new List<B>()));
-
Expect.isTrue(new A<Pattern>().foo('hest'));
Expect.isTrue(new A<Comparable<String>>().foo('hest'));
« no previous file with comments | « tests/corelib/set_test.dart ('k') | tools/dom/src/AttributeMap.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698