| Index: frog/tests/await/while_loop_test.dart
|
| diff --git a/frog/tests/await/while_loop_test.dart b/frog/tests/await/while_loop_test.dart
|
| index ad78afba2a7141f0ae22c883912711c41ba9d241..43cf36240838eb04c446d78c68344762158c082c 100644
|
| --- a/frog/tests/await/while_loop_test.dart
|
| +++ b/frog/tests/await/while_loop_test.dart
|
| @@ -2,6 +2,11 @@
|
| // 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.
|
|
|
| +// The next line is used to tell test.dart that this test is run by invoking
|
| +// awaitc.dart and passing this file as an argument (e.g. frog
|
| +// frog/await/awaitc.dart test.dart):
|
| +// VMOptions=frog/await/awaitc.dart
|
| +
|
| // Await within a loop:
|
|
|
| #import("await_test_helper.dart");
|
|
|