| Index: tests/language/mul_recipr_test.dart
 | 
| diff --git a/tests/language/mul_recipr_test.dart b/tests/language/mul_recipr_test.dart
 | 
| index da4d7a10128c44cfeddd61b804408b9eaee199dc..3c3534c906c82d349f16a700f2764ded432cfd60 100644
 | 
| --- a/tests/language/mul_recipr_test.dart
 | 
| +++ b/tests/language/mul_recipr_test.dart
 | 
| @@ -5,7 +5,7 @@
 | 
|  // incorrect:
 | 
|  // - (a * (1.0 / b))
 | 
|  //
 | 
| -// VMOptions=--optimization-counter-threshold=8 --no-use-osr
 | 
| +// VMOptions=--optimization-counter-threshold=8 --no-use-osr --no-background-compilation
 | 
|  
 | 
|  import "package:expect/expect.dart";
 | 
|  
 | 
| 
 |