| Index: tests/language/vm/load_elimination_mark_stored_values_escaping_test.dart
|
| diff --git a/tests/language/vm/load_elimination_mark_stored_values_escaping_test.dart b/tests/language/vm/load_elimination_mark_stored_values_escaping_test.dart
|
| index 3ea4271d255af544bec421a8f964d0174d472964..1c079aff921150cd93d836e53daa51f08ff71a1d 100644
|
| --- a/tests/language/vm/load_elimination_mark_stored_values_escaping_test.dart
|
| +++ b/tests/language/vm/load_elimination_mark_stored_values_escaping_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
|
|
|
| // Tests correct handling of redefinitions in aliasing computation.
|
|
|
|
|