| Index: tests/standalone/vmservice/isolate_code_test.dart
|
| diff --git a/tests/standalone/vmservice/isolate_code_test.dart b/tests/standalone/vmservice/isolate_code_test.dart
|
| index 3b48a69c12b088bedc020aec150f3ddef18f4869..620f43b83d15dbf674868cbbae555a6b1bdc67e9 100644
|
| --- a/tests/standalone/vmservice/isolate_code_test.dart
|
| +++ b/tests/standalone/vmservice/isolate_code_test.dart
|
| @@ -25,7 +25,7 @@ class CodeCTest extends VmServiceRequestHelper {
|
|
|
| onRequestCompleted(Map reply) {
|
| Expect.equals('Code', reply['type']);
|
| - Expect.equals('c', reply['function']['user_name']);
|
| + Expect.equals('c', reply['function']['name']);
|
| Expect.isTrue(reply['disassembly'].length > 0);
|
| }
|
| }
|
|
|