| Index: tests/lib/async/future_test.dart
|
| diff --git a/tests/lib/async/future_test.dart b/tests/lib/async/future_test.dart
|
| index ad6830a6db17c7fa0169d361d9003c36f3ea1fb0..df33697d7b2833d02e6b14b14418b1f6001b74a9 100644
|
| --- a/tests/lib/async/future_test.dart
|
| +++ b/tests/lib/async/future_test.dart
|
| @@ -745,6 +745,8 @@ void testSyncFuture_i13368() {
|
| }
|
|
|
| main() {
|
| + asyncStart();
|
| +
|
| testValue();
|
| testSync();
|
| testNeverComplete();
|
| @@ -797,6 +799,8 @@ main() {
|
| testChainedFutureError();
|
|
|
| testSyncFuture_i13368();
|
| +
|
| + asyncEnd();
|
| }
|
|
|
| /// A Future that isn't recognizable as a _Future.
|
|
|