| Index: tests/language/vm/load_elimination_has_loads_from_place_test.dart
|
| diff --git a/tests/language/vm/load_elimination_has_loads_from_place_test.dart b/tests/language/vm/load_elimination_has_loads_from_place_test.dart
|
| index 24414ebc0bc66caf4f0be98561c3a953c20568dd..cc01ad7d0742f4d7d2e61d9bdbb68e7fca41f061 100644
|
| --- a/tests/language/vm/load_elimination_has_loads_from_place_test.dart
|
| +++ b/tests/language/vm/load_elimination_has_loads_from_place_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=--optimization-counter-threshold=10 --no-use-osr --enable-inlining-annotations
|
| +// VMOptions=--optimization-counter-threshold=10 --no-use-osr --enable-inlining-annotations --no-background-compilation
|
|
|
| // Tests correct handling of redefinitions in aliasing computation.
|
|
|
|
|