| Index: runtime/observatory/tests/service/get_stack_rpc_test.dart
|
| diff --git a/runtime/observatory/tests/service/get_stack_rpc_test.dart b/runtime/observatory/tests/service/get_stack_rpc_test.dart
|
| index 77578192701d0cfde79d48793da055aaddf27a73..7efc7e76887406f51e8d147ecde28366669cba61 100644
|
| --- a/runtime/observatory/tests/service/get_stack_rpc_test.dart
|
| +++ b/runtime/observatory/tests/service/get_stack_rpc_test.dart
|
| @@ -5,13 +5,14 @@
|
|
|
| import 'package:observatory/service_io.dart';
|
| import 'package:unittest/unittest.dart';
|
| +import 'service_test_common.dart';
|
| import 'test_helper.dart';
|
| import 'dart:async';
|
| import 'dart:isolate' as isolate;
|
| import 'dart:developer' as developer;
|
|
|
| int counter = 0;
|
| -const stoppedAtLine = 23;
|
| +const stoppedAtLine = 24;
|
| var port = new isolate.RawReceivePort(msgHandler);
|
|
|
| // This name is used in a test below.
|
|
|