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

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

Issue 26151002: Rename runAsync to scheduleMicrotask. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add test. 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 | « tests/lib/async/zone_debug_test.dart ('k') | tests/lib/async/zone_future_run_async_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/zone_empty_description_test.dart
diff --git a/tests/lib/async/zone_empty_description_test.dart b/tests/lib/async/zone_empty_description_test.dart
index 81ddedca46dd8fa308765d330b12cb223bcbffef..1a35dc0ea99b9294d92b90172b47619c4cc70fdd 100644
--- a/tests/lib/async/zone_empty_description_test.dart
+++ b/tests/lib/async/zone_empty_description_test.dart
@@ -51,7 +51,7 @@ testForkedZone(Zone forked) {
asyncStart();
bool asyncDidRun = false;
forked.scheduleMicrotask(() {
- // The runAsync functions on the Zone don't bind the closures.
+ // The scheduleMicrotask functions on the Zone don't bind the closures.
Expect.identical(Zone.ROOT, Zone.current);
asyncDidRun = true;
asyncEnd();
« no previous file with comments | « tests/lib/async/zone_debug_test.dart ('k') | tests/lib/async/zone_future_run_async_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698