| Index: tests/language/compound_assignment_operator_test.dart
|
| diff --git a/tests/language/compound_assignment_operator_test.dart b/tests/language/compound_assignment_operator_test.dart
|
| index e04da408babc9e3c028dea5f3e9f7358b10e6827..65bf4c391131deda8ec5cb22073ec9b8c2fff3e6 100644
|
| --- a/tests/language/compound_assignment_operator_test.dart
|
| +++ b/tests/language/compound_assignment_operator_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.
|
| // Tests that lhs of a compound assignement is executed only once.
|
| -// VMOptions=--optimization-counter-threshold=10
|
| +// VMOptions=--optimization-counter-threshold=10 --no-background-compilation
|
|
|
| import "package:expect/expect.dart";
|
|
|
|
|