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

Unified Diff: pkg/observe/test/observable_list_test.dart

Issue 53683004: fix observe tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | « pkg/observe/test/list_change_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/observe/test/observable_list_test.dart
diff --git a/pkg/observe/test/observable_list_test.dart b/pkg/observe/test/observable_list_test.dart
index b47bc6d0b68d75e0e27ad94295fad870ebf7b1fd..0b4575dd1295c62cdad29aa58edd61ca9e884f82 100644
--- a/pkg/observe/test/observable_list_test.dart
+++ b/pkg/observe/test/observable_list_test.dart
@@ -82,7 +82,7 @@ main() {
});
group('observe index', () {
- List<ChangeRecord> changes;
+ List<ListChangeRecord> changes;
setUp(() {
list = toObservable([1, 2, 3]);
@@ -165,7 +165,7 @@ main() {
group('change records', () {
- List<PropertyChangeRecord> propRecords;
+ List<ChangeRecord> propRecords;
List<ListChangeRecord> listRecords;
setUp(() {
« no previous file with comments | « pkg/observe/test/list_change_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698