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

Unified Diff: pkg/intl/test/date_time_format_test_stub.dart

Issue 113223002: Write a README for the Intl package (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changes from review Created 7 years 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/intl/lib/intl.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/test/date_time_format_test_stub.dart
diff --git a/pkg/intl/test/date_time_format_test_stub.dart b/pkg/intl/test/date_time_format_test_stub.dart
index 1aa15779008e5dc3dd048c7989485f6e8ceb26bd..0a705355035fbc127a4816b9ba1e65135ebd9b99 100644
--- a/pkg/intl/test/date_time_format_test_stub.dart
+++ b/pkg/intl/test/date_time_format_test_stub.dart
@@ -53,7 +53,7 @@ void runWith(TestListFunc getSubset, String dir,
setUp(() {
if(initialized) {
- return;
+ return null;
}
return initFunction("en_US", dir)
.then((_) {
« no previous file with comments | « pkg/intl/lib/intl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698