Index: tests/standalone/vmservice/isolate_class_field_test.dart |
=================================================================== |
--- tests/standalone/vmservice/isolate_class_field_test.dart (revision 32126) |
+++ tests/standalone/vmservice/isolate_class_field_test.dart (working copy) |
@@ -161,8 +161,7 @@ |
onRequestCompleted(Map reply) { |
IsolateListTester tester = new IsolateListTester(reply); |
tester.checkIsolateCount(1); |
- tester.checkIsolateNameContains('field_script.dart'); |
- _isolateId = tester.checkIsolateNameContains('field_script'); |
+ _isolateId = tester.getIsolateId(0); |
} |
} |