| Index: tests/language/vm/optimized_await_regress_test.dart
|
| diff --git a/tests/language/vm/optimized_await_regress_test.dart b/tests/language/vm/optimized_await_regress_test.dart
|
| index 86337bfa843b807e7ed72749bbe026ad162601b4..b7bedb9b3e2403d469554d47a0b581475db640e4 100644
|
| --- a/tests/language/vm/optimized_await_regress_test.dart
|
| +++ b/tests/language/vm/optimized_await_regress_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=--optimization-counter-threshold=10
|
| +// VMOptions=--optimization-counter-threshold=10 --no-background-compilation
|
|
|
| // This tests that captured parameters (by the async-closure) are
|
| // correctly treated in try-catch generated in the async function.
|
|
|