| Index: frog/tests/await/chaining_await_test.dart
|
| diff --git a/frog/tests/await/chaining_await_test.dart b/frog/tests/await/chaining_await_test.dart
|
| index 12a219f4457efc6930aa4027493eb5d488b6c441..129b3701386590f193e12ea6cae5ce760caa99a3 100644
|
| --- a/frog/tests/await/chaining_await_test.dart
|
| +++ b/frog/tests/await/chaining_await_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
|
| +
|
| // Chaining await expressions.
|
|
|
| #import("await_test_helper.dart");
|
|
|