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

Unified Diff: test/late_exception_test.dart

Issue 869043002: Clean up unittest a bunch. (Closed) Base URL: git@github.com:dart-lang/unittest@master
Patch Set: Code review changes Created 5 years, 11 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 | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/late_exception_test.dart
diff --git a/test/late_exception_test.dart b/test/late_exception_test.dart
index 777085d2f55bdbcbb3fc368571302850a3c3618b..796effb6d3cc196db04c069aba3062f2d6df8102 100644
--- a/test/late_exception_test.dart
+++ b/test/late_exception_test.dart
@@ -27,7 +27,7 @@ void _test(message) {
});
}, [{
'description': 'testOne',
- 'message': 'Callback called (2) after test case testOne has already been '
+ 'message': 'Callback called (2) after test case testOne had already been '
'marked as pass.',
'result': 'error',
}, {
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698