| Index: tests/standalone/vmservice/isolate_echo_test.dart
|
| diff --git a/tests/standalone/vmservice/isolate_echo_test.dart b/tests/standalone/vmservice/isolate_echo_test.dart
|
| index f8bf73ac259808e227965227504107bd8673707a..a4d0ecdeccfbcc0d92b15ff0cc29df1a7f00f98e 100644
|
| --- a/tests/standalone/vmservice/isolate_echo_test.dart
|
| +++ b/tests/standalone/vmservice/isolate_echo_test.dart
|
| @@ -36,7 +36,7 @@ class EchoRequestTest extends VmServiceRequestHelper {
|
| class IsolateListTest extends VmServiceRequestHelper {
|
| IsolateListTest(port) : super('http://127.0.0.1:$port/isolates');
|
|
|
| - int _isolateId;
|
| + String _isolateId;
|
| onRequestCompleted(Map reply) {
|
| IsolateListTester tester = new IsolateListTester(reply);
|
| tester.checkIsolateCount(1);
|
|
|