| Index: tests/standalone/vmservice/test_helper.dart
|
| diff --git a/tests/standalone/vmservice/test_helper.dart b/tests/standalone/vmservice/test_helper.dart
|
| index a67254bc5ec1d5b3e037f4dcf5ff344629f98d83..815764851ede14c7e60357b1c725ef80841c7f2f 100644
|
| --- a/tests/standalone/vmservice/test_helper.dart
|
| +++ b/tests/standalone/vmservice/test_helper.dart
|
| @@ -219,7 +219,7 @@ class FieldRequestHelper extends VmServiceRequestHelper {
|
| onRequestCompleted(Map reply) {
|
| Expect.equals('Field', reply['type']);
|
| field = reply;
|
| - return this;
|
| + return new Future.value(this);
|
| }
|
| }
|
|
|
|
|