| Index: tests/standalone/vmservice/isolate_function_test.dart
|
| diff --git a/tests/standalone/vmservice/isolate_function_test.dart b/tests/standalone/vmservice/isolate_function_test.dart
|
| index 6da0aba33b27db7a1a828d45c1416fa6d02a4a0d..bcf85b274b6543c0b144695a8efad13bd3db5240 100644
|
| --- a/tests/standalone/vmservice/isolate_function_test.dart
|
| +++ b/tests/standalone/vmservice/isolate_function_test.dart
|
| @@ -13,7 +13,7 @@ class MethodTest extends VmServiceRequestHelper {
|
| super('http://127.0.0.1:$port/$id/$functionId');
|
| onRequestCompleted(Map reply) {
|
| Expect.equals('Function', reply['type']);
|
| - Expect.equals('c', reply['user_name']);
|
| + Expect.equals('c', reply['name']);
|
| Expect.equals(false, reply['is_static']);
|
| }
|
| }
|
|
|