| Index: tests/language/assert_assignable_type_test.dart
 | 
| diff --git a/tests/language/assert_assignable_type_test.dart b/tests/language/assert_assignable_type_test.dart
 | 
| index 246f13e56f46fc1f4d403bb97251ce38a4409f29..1bde62bd4b163ebc5532768514cc080bc0d79687 100644
 | 
| --- a/tests/language/assert_assignable_type_test.dart
 | 
| +++ b/tests/language/assert_assignable_type_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.
 | 
|  // Dart test program to test arithmetic operations.
 | 
| -// VMOptions=--optimization-counter-threshold=10 --checked
 | 
| +// VMOptions=--optimization-counter-threshold=10 --checked --no-background-compilation
 | 
|  
 | 
|  // This test crashes if we recompute type of AssertAssignableInstr based on its
 | 
|  // output types. By doing that we would eliminate not only the unnecessary
 | 
| 
 |