Chromium Code Reviews| Index: tests/standalone/vmservice/isolate_list_test.dart |
| =================================================================== |
| --- tests/standalone/vmservice/isolate_list_test.dart (revision 32126) |
| +++ tests/standalone/vmservice/isolate_list_test.dart (working copy) |
| @@ -14,7 +14,6 @@ |
| onRequestCompleted(Map reply) { |
| IsolateListTester tester = new IsolateListTester(reply); |
| tester.checkIsolateCount(1); |
| - tester.checkIsolateNameContains('isolate_list_script.dart'); |
| } |
| } |