| Index: frog/tests/await/nested_try_catch2_test.dart
|
| diff --git a/frog/tests/await/nested_try_catch2_test.dart b/frog/tests/await/nested_try_catch2_test.dart
|
| index 884800929809fb7a7f2fe7f0054628d68b0f00fb..4ea57fd157dc891abaaf352d6692028f906d0f1e 100644
|
| --- a/frog/tests/await/nested_try_catch2_test.dart
|
| +++ b/frog/tests/await/nested_try_catch2_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
|
| +
|
| // Await within a nested try-catch block, errors on await, catch chain is
|
| // followed.
|
|
|
|
|