| Index: tests/language/optimized_isempty_test.dart
 | 
| diff --git a/tests/language/optimized_isempty_test.dart b/tests/language/optimized_isempty_test.dart
 | 
| index d223c8b1f19cfff0b72ba0ffe4c0f0cb32e9453f..d32f9321a4326124b79b7095f22744163355e8e8 100644
 | 
| --- a/tests/language/optimized_isempty_test.dart
 | 
| +++ b/tests/language/optimized_isempty_test.dart
 | 
| @@ -1,7 +1,7 @@
 | 
|  // Copyright (c) 2013, 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
 | 
|  
 | 
|  // Test optimization and polymorphic inlining of String.isEmpty.
 | 
|  
 | 
| 
 |