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

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

Issue 21451002: Speed up CompoundBindings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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/lib/src/compound_binding.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/list_change_test.dart
diff --git a/pkg/observe/test/list_change_test.dart b/pkg/observe/test/list_change_test.dart
index ae433d11f922378c5dfa7e2651a686921785a6c2..8f44357774df113f943ad55cbfd9144f31363aba 100644
--- a/pkg/observe/test/list_change_test.dart
+++ b/pkg/observe/test/list_change_test.dart
@@ -76,7 +76,7 @@ listChangeTests() {
}
// Note: compare strings for easier debugging.
- expect('$copy', '$model', reason: '!!! summary $summary');
+ expect('$copy', '$model', reason: 'summary $summary');
}
observeTest('Contained', () {
« no previous file with comments | « pkg/observe/lib/src/compound_binding.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698