| Index: tests/language/async_control_structures_test.dart
|
| diff --git a/tests/language/async_control_structures_test.dart b/tests/language/async_control_structures_test.dart
|
| index beb875a5b6c330e068368159dbc4c1377ba4c47b..1c1e8c9f251f7d5dbcc0c5489712badca48e6baa 100644
|
| --- a/tests/language/async_control_structures_test.dart
|
| +++ b/tests/language/async_control_structures_test.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -// VMOptions=--enable_async
|
| +// VMOptions=--enable_async --optimization-counter-threshold=10
|
|
|
| import 'package:expect/expect.dart';
|
|
|
|
|