| Index: tests/language/double_nan_comparison_test.dart
 | 
| diff --git a/tests/language/double_nan_comparison_test.dart b/tests/language/double_nan_comparison_test.dart
 | 
| index 007e83de20c60b4a4c02fd7326fdf3684c322972..c6e34701c20c297dbae162a469b253b2f5c0a0df 100644
 | 
| --- a/tests/language/double_nan_comparison_test.dart
 | 
| +++ b/tests/language/double_nan_comparison_test.dart
 | 
| @@ -2,7 +2,7 @@
 | 
|  // for details. All rights reserved. Use of this source code is governed by a
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  // Tests double comparisons with NaN in different contexts.
 | 
| -// VMOptions=--optimization-counter-threshold=10
 | 
| +// VMOptions=--optimization-counter-threshold=10 --no-background-compilation
 | 
|  
 | 
|  import "package:expect/expect.dart";
 | 
|  
 | 
| 
 |