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

Unified Diff: tests/lib/unittest/unittest_test.dart

Issue 10830128: Ability to guard callbacks that may never get called. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
« lib/unittest/unittest.dart ('K') | « lib/unittest/unittest.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/unittest/unittest_test.dart
===================================================================
--- tests/lib/unittest/unittest_test.dart (revision 10103)
+++ tests/lib/unittest/unittest_test.dart (working copy)
@@ -175,7 +175,7 @@
buildStatusString(0, 0, 1, tests[8], 1,
message: 'Callback called more times than expected (2 > 1).'),
buildStatusString(1, 0, 0, tests[9], 10),
- buildStatusString(0, 0, 1, tests[10], message: 'Caught error!'),
+ buildStatusString(0, 1, 0, tests[10], message: 'Caught error!'),
];
actual = [];
« lib/unittest/unittest.dart ('K') | « lib/unittest/unittest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698