| Index: tests/standalone/vmservice/unknown_isolate_command_test.dart
|
| diff --git a/tests/standalone/vmservice/unknown_isolate_command_test.dart b/tests/standalone/vmservice/unknown_isolate_command_test.dart
|
| index 35c6ae8f7ea5ba466c81e3068141021e98f1df93..301a2d01545417e2f949027a39526f25f913b9a9 100644
|
| --- a/tests/standalone/vmservice/unknown_isolate_command_test.dart
|
| +++ b/tests/standalone/vmservice/unknown_isolate_command_test.dart
|
| @@ -20,7 +20,7 @@ class ClassTableTest 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);
|
|
|