| Index: frog/tests/await/typed_function3_test.dart
|
| diff --git a/frog/tests/await/typed_function3_test.dart b/frog/tests/await/typed_function3_test.dart
|
| index 9fe0516370ce1d18aa6367259a3be0be1c57ce6b..29dda87559b32a671b29fae8d01b09bc22fc1e7b 100644
|
| --- a/frog/tests/await/typed_function3_test.dart
|
| +++ b/frog/tests/await/typed_function3_test.dart
|
| @@ -2,6 +2,9 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +// Pass VM options to run test through the awaitc compiler:
|
| +// VMOptions=frog/await/awaitc.dart
|
| +
|
| // Type added to asynchornous function is correct.
|
|
|
| #import("await_test_helper.dart");
|
|
|