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

Unified Diff: tests/lib/async/intercept_schedule_microtask6_test.dart

Issue 48483002: Remove deprecated parts of dart:async. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment. Created 7 years, 2 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 | « sdk/lib/async/zone.dart ('k') | tests/lib/async/schedule_microtask_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/intercept_schedule_microtask6_test.dart
diff --git a/tests/lib/async/intercept_schedule_microtask6_test.dart b/tests/lib/async/intercept_schedule_microtask6_test.dart
index 7f3e5df8a3ae85439278ae38c9159c90dfd4f470..2380b762a5c188d38d6f7de07b41425a04534747 100644
--- a/tests/lib/async/intercept_schedule_microtask6_test.dart
+++ b/tests/lib/async/intercept_schedule_microtask6_test.dart
@@ -34,7 +34,8 @@ onErrorHandler(e) {
main() {
asyncStart();
- // Test that runZonedExperimental works when async, error and done are used.
+ // Test that runZonedScheduleMicrotask works when async, error and done
+ // are used.
var result = runZonedScheduleMicrotask(
body,
onScheduleMicrotask: onAsyncHandler,
« no previous file with comments | « sdk/lib/async/zone.dart ('k') | tests/lib/async/schedule_microtask_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698