| Index: tests/standalone/vmservice/isolate_bad_class_test.dart
|
| diff --git a/tests/standalone/vmservice/isolate_bad_class_test.dart b/tests/standalone/vmservice/isolate_bad_class_test.dart
|
| index cacbe6491536ea1595dc7661aaaf16807570bb18..a3beb0bfffd58a9c5796aca9d724eaca2ad1c9e1 100644
|
| --- a/tests/standalone/vmservice/isolate_bad_class_test.dart
|
| +++ b/tests/standalone/vmservice/isolate_bad_class_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);
|
|
|