| Index: tests/language/div_with_power_of_two2_test.dart
 | 
| diff --git a/tests/language/div_with_power_of_two2_test.dart b/tests/language/div_with_power_of_two2_test.dart
 | 
| index 03a83cab7a0211a027b8536c8d6829bf017e5011..f242fedc56a2d0e0dc254d6bbd66474ab12c845a 100644
 | 
| --- a/tests/language/div_with_power_of_two2_test.dart
 | 
| +++ b/tests/language/div_with_power_of_two2_test.dart
 | 
| @@ -3,7 +3,7 @@
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  // Test division by power of two.
 | 
|  // Test that results before and after optimization are the same.
 | 
| -// VMOptions=--optimization-counter-threshold=10 --no-use-osr
 | 
| +// VMOptions=--optimization-counter-threshold=10 --no-use-osr --no-background-compilation
 | 
|  
 | 
|  import "package:expect/expect.dart";
 | 
|  
 | 
| 
 |