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

Unified Diff: pkg/mdv/test/template_element_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 | « pkg/mdv/lib/src/template.dart ('k') | pkg/observe/lib/src/change_notifier.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mdv/test/template_element_test.dart
diff --git a/pkg/mdv/test/template_element_test.dart b/pkg/mdv/test/template_element_test.dart
index a26d62b502441abef5f996615d15f685742e1486..68ebf5881efb38cffd0f43068adb1c9891b436e9 100644
--- a/pkg/mdv/test/template_element_test.dart
+++ b/pkg/mdv/test/template_element_test.dart
@@ -1118,8 +1118,8 @@ templateElementTests() {
var select = div.nodes[0].nextNode;
expect(select.nodes.length, 2);
- runAsync(expectAsync0(() {
- runAsync(expectAsync0(() {
+ scheduleMicrotask(expectAsync0(() {
+ scheduleMicrotask(expectAsync0(() {
// TODO(jmesserly): this should be called sooner.
expect(select.selectedIndex, 1);
}));
« no previous file with comments | « pkg/mdv/lib/src/template.dart ('k') | pkg/observe/lib/src/change_notifier.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698