| Index: tests/standalone/array_bounds_check_generalization_test.dart
 | 
| diff --git a/tests/standalone/array_bounds_check_generalization_test.dart b/tests/standalone/array_bounds_check_generalization_test.dart
 | 
| index 2b6099d47da7da1f37d2ac3d6c6541d08116d760..c9326e6925d560de20bb927975ea744492861b50 100644
 | 
| --- a/tests/standalone/array_bounds_check_generalization_test.dart
 | 
| +++ b/tests/standalone/array_bounds_check_generalization_test.dart
 | 
| @@ -4,7 +4,7 @@
 | 
|  //
 | 
|  // We are using --complete-timeline below to ensure that we get timeline events
 | 
|  // generated during all phases of compilation and deoptimization.
 | 
| -// VMOptions=--optimization_counter_threshold=10 --no-use-osr --complete-timeline
 | 
| +// VMOptions=--optimization_counter_threshold=10 --no-use-osr --complete-timeline --no-background_compilation
 | 
|  
 | 
|  import "package:expect/expect.dart";
 | 
|  
 | 
| 
 |