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

Unified Diff: pkg/serialization/test/serialization_test.dart

Issue 11567018: Get rid of the polyfill identity set implementation in favour of a (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: A bit more polyfill that can be removed with this change. Created 8 years 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: pkg/serialization/test/serialization_test.dart
diff --git a/pkg/serialization/test/serialization_test.dart b/pkg/serialization/test/serialization_test.dart
index 345500aafab7ae8a33b4caabaf8806c1515080b1..668e2ff9d4085ec4a71408927bbc18d5606a728f 100644
--- a/pkg/serialization/test/serialization_test.dart
+++ b/pkg/serialization/test/serialization_test.dart
@@ -315,7 +315,7 @@ Serialization metaSerialization() {
// TODO(alanknight): Handle the ClosureToMapRule as well.
// Note that we're passing in a constant for one of the fields.
..addRuleFor(basicRule,
- constructorFields: ['typeWrapped',
+ constructorFields: ['type',
'constructorName',
'constructorFields', 'regularFields', []],
fields: [])

Powered by Google App Engine
This is Rietveld 408576698