| 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 ec8da52abdb249f87c582486d80282749a8400b9..34d07aeb44f1274b0801ce18fd16539327caaf67 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.c', reply['function']['user_name']);
|
| + Expect.equals('c', reply['function']['user_name']);
|
| Expect.isTrue(reply['disassembly'].length > 0);
|
| }
|
| }
|
|
|