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

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

Issue 11613005: Duplicate of https://chromiumcodereview.appspot.com/11567018/ (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix from review comment 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
« no previous file with comments | « pkg/serialization/test/polyfill_identity_set_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/serialization/test/serialization_test.dart
diff --git a/pkg/serialization/test/serialization_test.dart b/pkg/serialization/test/serialization_test.dart
index 3aa7011e02db509d089190642b056b26e068e11f..1cdc3b01c1ad862a5fc600b23c2c502b432f7e18 100644
--- a/pkg/serialization/test/serialization_test.dart
+++ b/pkg/serialization/test/serialization_test.dart
@@ -322,7 +322,7 @@ Serialization metaSerialization() {
// TODO(alanknight): Handle CustomRule 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: [])
« no previous file with comments | « pkg/serialization/test/polyfill_identity_set_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698