| Index: tests/lib/typed_data/int64_list_load_store_test.dart
 | 
| diff --git a/tests/lib/typed_data/int64_list_load_store_test.dart b/tests/lib/typed_data/int64_list_load_store_test.dart
 | 
| index 6dd09c67f0fbb40a57fc488fc103ac100af76e88..de8cd4e3004e4a4a68bf1a9d28b2e95b7ef674bd 100644
 | 
| --- a/tests/lib/typed_data/int64_list_load_store_test.dart
 | 
| +++ b/tests/lib/typed_data/int64_list_load_store_test.dart
 | 
| @@ -1,7 +1,7 @@
 | 
|  // Copyright (c) 2014, 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
 | 
| +// VMOptions=--optimization-counter-threshold=10 --no-background-compilation
 | 
|  
 | 
|  // Test that the compiler's load elimination phase sees interfering writes to
 | 
|  // the array's buffer.
 | 
| 
 |