| Index: tests/standalone/vmservice/multiple_isolate_list_test.dart
|
| ===================================================================
|
| --- tests/standalone/vmservice/multiple_isolate_list_test.dart (revision 32126)
|
| +++ tests/standalone/vmservice/multiple_isolate_list_test.dart (working copy)
|
| @@ -13,8 +13,6 @@
|
| onRequestCompleted(Map reply) {
|
| IsolateListTester tester = new IsolateListTester(reply);
|
| tester.checkIsolateCount(2);
|
| - tester.checkIsolateNameContains('multiple_isolate_list_script.dart');
|
| - tester.checkIsolateNameContains('myIsolateName');
|
| }
|
| }
|
|
|
|
|