| Index: runtime/observatory/tests/service/async_next_test.dart
|
| diff --git a/runtime/observatory/tests/service/async_next_test.dart b/runtime/observatory/tests/service/async_next_test.dart
|
| index 9e298f705485752323bb15a70ff64c923ac75a47..f3c64d92777b49c6d7b76a760ef702b09d3c349a 100644
|
| --- a/runtime/observatory/tests/service/async_next_test.dart
|
| +++ b/runtime/observatory/tests/service/async_next_test.dart
|
| @@ -25,6 +25,7 @@ testMain() {
|
| }
|
|
|
| asyncNext(Isolate isolate) async {
|
| + print('asyncNext');
|
| return isolate.asyncStepOver()[Isolate.kSecondResume];
|
| }
|
|
|
|
|