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

Unified Diff: packages/quiver/test/collection/delegates/set_test.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 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: packages/quiver/test/collection/delegates/set_test.dart
diff --git a/packages/quiver/test/collection/delegates/set_test.dart b/packages/quiver/test/collection/delegates/set_test.dart
index ec910b3b6cb2891de080e4e39d0182ba3cad94d3..ff4ad228df4f9e782c1a3e680e0c1444e370eb35 100644
--- a/packages/quiver/test/collection/delegates/set_test.dart
+++ b/packages/quiver/test/collection/delegates/set_test.dart
@@ -63,7 +63,7 @@ void main() {
equals(['b']));
expect(delegatingSet.difference(new Set<String>.from(['cc'])),
equals(['a', 'b']));
- }, skip: "Test failing: Caught type 'LinkedHashSet<String>' is not a subtype of type 'HashSet<String>' of 'result'.");
+ });
test('intersection', () {
expect(delegatingSet.intersection(new Set<String>.from(['a', 'dd'])),
« no previous file with comments | « packages/quiver/test/collection/collection_test.dart ('k') | packages/quiver/test/collection/lru_map_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698