| Index: tests/lib/async/catch_errors3_test.dart
|
| diff --git a/tests/lib/async/catch_errors3_test.dart b/tests/lib/async/catch_errors3_test.dart
|
| index 10b5f1b03d8494ab270727097d19cf197ee6d3e0..e4690f2becd92e17a7110a164ff8f83ceb2f7aaf 100644
|
| --- a/tests/lib/async/catch_errors3_test.dart
|
| +++ b/tests/lib/async/catch_errors3_test.dart
|
| @@ -18,7 +18,7 @@ main() {
|
| new Future(() => 499).then((x) {
|
| futureWasExecuted = true;
|
| });
|
| - runAsync(() {
|
| + scheduleMicrotask(() {
|
| new Future(() => 42).then((x) {
|
| future2WasExecuted = true;
|
| Expect.isTrue(futureWasExecuted);
|
|
|