| Index: tests/language/await_nonfuture_test.dart
|
| diff --git a/tests/language/await_nonfuture_test.dart b/tests/language/await_nonfuture_test.dart
|
| index 71f46f5c46bc5ad679825f12444ae366e18dd363..fbdc18c63af55843c2e83ce28c9c54a1eb0fc5e6 100644
|
| --- a/tests/language/await_nonfuture_test.dart
|
| +++ b/tests/language/await_nonfuture_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=5
|
| +// VMOptions=--optimization-counter-threshold=5 --no-background-compilation
|
|
|
| import 'package:expect/expect.dart';
|
|
|
|
|