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

Unified Diff: test/codegen/corelib/set_test.dart

Issue 1977003002: Update dart:collection. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 7 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 | « lib/runtime/dart_sdk.js ('k') | test/codegen/lib/collection/hash_map_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/corelib/set_test.dart
diff --git a/test/codegen/corelib/set_test.dart b/test/codegen/corelib/set_test.dart
index 20a136ad6abc6beae5a11f97c11d8d28219eb35d..55e7250aa99b76acc296a0933df0459fd8d2fe88 100644
--- a/test/codegen/corelib/set_test.dart
+++ b/test/codegen/corelib/set_test.dart
@@ -523,5 +523,5 @@ main() {
testASetFrom((x) => new Set<A>.from(x));
testASetFrom((x) => new HashSet<A>.from(x));
testASetFrom((x) => new LinkedHashSet<A>.from(x));
- testASetFrom((x) => new SplayTreeSet<A>.from(x));
+ testASetFrom((x) => new SplayTreeSet<A>.from(x, identityCompare));
}
« no previous file with comments | « lib/runtime/dart_sdk.js ('k') | test/codegen/lib/collection/hash_map_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698