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

Unified Diff: tests/utils/unittest_test.dart

Issue 10541035: Fix problems that occur in checked mode. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « lib/unittest/collection_matchers.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/utils/unittest_test.dart
===================================================================
--- tests/utils/unittest_test.dart (revision 8355)
+++ tests/utils/unittest_test.dart (working copy)
@@ -21,7 +21,7 @@
}
}
-void shouldFail(var value, Matcher matcher, String expected) {
+void shouldFail(var value, Matcher matcher, expected) {
errorCount = 0;
errorString = '';
configureExpectHandler(testHandler);
« no previous file with comments | « lib/unittest/collection_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698