| 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 d656f7792c67492ac1759b7eb522e14daf3103e7..e1aafaf7b378143bbbbf639e9ba37c7b90fda39e 100644
|
| --- a/runtime/observatory/tests/service/async_next_test.dart
|
| +++ b/runtime/observatory/tests/service/async_next_test.dart
|
| @@ -3,10 +3,10 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // VMOptions=--error_on_bad_type --error_on_bad_override --verbose_debug
|
|
|
| -import 'package:observatory/service_io.dart';
|
| +import 'dart:developer';
|
| +
|
| import 'service_test_common.dart';
|
| import 'test_helper.dart';
|
| -import 'dart:developer';
|
|
|
| const int LINE_A = 19;
|
| const int LINE_B = 20;
|
|
|