| Index: tests/language/await_test.dart
|
| diff --git a/tests/language/await_test.dart b/tests/language/await_test.dart
|
| index cb779d92029d4e515948e882ed7218c2d1dc6a79..257d84028da380dc4a90e90f9a58f233cf6ef517 100644
|
| --- a/tests/language/await_test.dart
|
| +++ b/tests/language/await_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
|
|
|
| import 'package:expect/expect.dart';
|
|
|
|
|