| Index: tests/language/vm/math_vm_test.dart
|
| diff --git a/tests/language/vm/math_vm_test.dart b/tests/language/vm/math_vm_test.dart
|
| index e672e9c7d52f58c92ba051e82cf1f8e035384cce..c38b3a084075491fc5f7739f0eb7f9833b9164e5 100644
|
| --- a/tests/language/vm/math_vm_test.dart
|
| +++ b/tests/language/vm/math_vm_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 that the VM does not crash on weird corner cases of class Math.
|
| -// VMOptions=--optimization_counter_threshold=100
|
| +// VMOptions=--optimization_counter_threshold=100 --no-background_compilation
|
|
|
| library math_vm_test;
|
|
|
|
|