| Index: tests/language/vm/load_elimination_any_use_creates_alias_test.dart
|
| diff --git a/tests/language/vm/load_elimination_any_use_creates_alias_test.dart b/tests/language/vm/load_elimination_any_use_creates_alias_test.dart
|
| index 1ad73c13df6a70506baf62bff333b9729960de3b..dd7341d211e60c3f151c82fe256e365971d73974 100644
|
| --- a/tests/language/vm/load_elimination_any_use_creates_alias_test.dart
|
| +++ b/tests/language/vm/load_elimination_any_use_creates_alias_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Test correctness of side effects tracking used by load to load forwarding.
|
|
|
| -// VMOptions=--no-use-osr --optimization-counter-threshold=10 --enable-inlining-annotations
|
| +// VMOptions=--no-use-osr --optimization-counter-threshold=10 --enable-inlining-annotations --no-background-compilation
|
|
|
| import "package:expect/expect.dart";
|
|
|
|
|