| Index: tests/language/instance_incr_deopt_test.dart
 | 
| diff --git a/tests/language/instance_incr_deopt_test.dart b/tests/language/instance_incr_deopt_test.dart
 | 
| index 04a02a179960cb09329ff5b5d28ad58768382c20..eb864a50fd0af88977a4315da17c585bb32ca615 100644
 | 
| --- a/tests/language/instance_incr_deopt_test.dart
 | 
| +++ b/tests/language/instance_incr_deopt_test.dart
 | 
| @@ -1,7 +1,7 @@
 | 
|  // Copyright (c) 2011, the Dart project authors.  Please see the AUTHORS file
 | 
|  // 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.
 | 
| -// VMOptions=--optimization-counter-threshold=10 --no-use-osr
 | 
| +// VMOptions=--optimization-counter-threshold=10 --no-use-osr --no-background-compilation
 | 
|  
 | 
|  import "package:expect/expect.dart";
 | 
|  
 | 
| 
 |