| Index: tests/standalone/vmservice/multiple_isolate_list_test.dart
|
| diff --git a/tests/standalone/vmservice/multiple_isolate_list_test.dart b/tests/standalone/vmservice/multiple_isolate_list_test.dart
|
| index 786c89a98a9b8a33e90d2f723e0d5a6cb5b003ec..c3e92350d61bb003dead566328560ab9fc5b5f1a 100644
|
| --- a/tests/standalone/vmservice/multiple_isolate_list_test.dart
|
| +++ b/tests/standalone/vmservice/multiple_isolate_list_test.dart
|
| @@ -19,8 +19,7 @@ class MultipleIsolateListTest extends VmServiceRequestHelper {
|
| onRequestCompleted(Map reply) {
|
| IsolateListTester tester = new IsolateListTester(reply);
|
| tester.checkIsolateCount(2);
|
| - tester.checkIsolateIdExists(7116);
|
| - tester.checkIsolateNamePrefix(7116, 'multiple_isolate_list_script.dart');
|
| + tester.checkIsolateNameContains('multiple_isolate_list_script.dart');
|
| tester.checkIsolateNameContains('myIsolateName');
|
| }
|
| }
|
|
|