| 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 4f9ea5e003cf8b5d933a1b526fb9fbc4346bcbdb..d656f7792c67492ac1759b7eb522e14daf3103e7 100644
|
| --- a/runtime/observatory/tests/service/async_next_test.dart
|
| +++ b/runtime/observatory/tests/service/async_next_test.dart
|
| @@ -29,11 +29,6 @@ testMain() {
|
| doAsync(true);
|
| }
|
|
|
| -asyncNext(Isolate isolate) async {
|
| - print('asyncNext');
|
| - return asyncStepOver(isolate);
|
| -}
|
| -
|
| var tests = [
|
| hasStoppedAtBreakpoint,
|
| stoppedAtLine(LINE_A),
|
|
|