| Index: tests/language/vm/optimized_await_regress_test.dart
|
| ===================================================================
|
| --- tests/language/vm/optimized_await_regress_test.dart (revision 42668)
|
| +++ tests/language/vm/optimized_await_regress_test.dart (working copy)
|
| @@ -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 --optimization-counter-threshold=10
|
| +// VMOptions=--optimization-counter-threshold=10
|
|
|
| // This tests that captured parameters (by the async-closure) are
|
| // correctly treated in try-catch generated in the async function.
|
|
|