| Index: tests/standalone/vmservice/isolate_bad_object_test.dart
|
| diff --git a/tests/standalone/vmservice/isolate_bad_object_test.dart b/tests/standalone/vmservice/isolate_bad_object_test.dart
|
| index 0970c3e58fa33db6f9b182e76911c5f2088c4efc..e34b67cebe41ea7ab08393db7f5b9ba033d6658b 100644
|
| --- a/tests/standalone/vmservice/isolate_bad_object_test.dart
|
| +++ b/tests/standalone/vmservice/isolate_bad_object_test.dart
|
| @@ -29,7 +29,7 @@ class BadCollectionTest 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);
|
|
|