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

Unified Diff: pkg/mdv_observe/test/path_observer_test.dart

Issue 17151018: fix analyzer error in path observer test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « no previous file | tests/html/html.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mdv_observe/test/path_observer_test.dart
diff --git a/pkg/mdv_observe/test/path_observer_test.dart b/pkg/mdv_observe/test/path_observer_test.dart
index ef62025d51fa43b7b8850322ed448b990a1e007d..4222f73f109b516a10c6fa1cc2fef8271e1ead20 100644
--- a/pkg/mdv_observe/test/path_observer_test.dart
+++ b/pkg/mdv_observe/test/path_observer_test.dart
@@ -247,6 +247,3 @@ class TestModel extends ObservableBase {
toString() => '#<$runtimeType $fieldName: $_value>';
}
-
-_record(key, oldValue, newValue, [kind = ChangeRecord.FIELD]) =>
- new ChangeRecord(key, oldValue, newValue, kind: kind);
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698