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

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

Issue 216553006: pkg/intl: updated for latest unittest deprecations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/intl/pubspec.yaml ('k') | pkg/intl/test/find_default_locale_browser_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/test/date_time_format_http_request_test.dart
diff --git a/pkg/intl/test/date_time_format_http_request_test.dart b/pkg/intl/test/date_time_format_http_request_test.dart
index 26bd47688ae1c2484231ef68c40d7639bb9a5986..4e7fa5c0d1d21a4dce8580fd5e906bcdebf657c0 100644
--- a/pkg/intl/test/date_time_format_http_request_test.dart
+++ b/pkg/intl/test/date_time_format_http_request_test.dart
@@ -21,7 +21,7 @@ main() {
"/root_dart/pkg/intl/lib/src/data/dates/";
test("Initializing a locale that needs fallback", () {
- initializeDateFormatting("de_DE", url).then(expectAsync1((_) => true));
+ initializeDateFormatting("de_DE", url).then(expectAsync((_) => true));
});
runWith(smallSetOfLocales, url, initializeDateFormatting);
« no previous file with comments | « pkg/intl/pubspec.yaml ('k') | pkg/intl/test/find_default_locale_browser_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698