| Index: tests/lib/math/min_max_test.dart
|
| diff --git a/tests/lib/math/min_max_test.dart b/tests/lib/math/min_max_test.dart
|
| index 1f891853b0daf320781239e651717d03f690f832..cf58169b5f8db2a16dd6c7b7e136b240cb4040b2 100644
|
| --- a/tests/lib/math/min_max_test.dart
|
| +++ b/tests/lib/math/min_max_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 for testing Math.min and Math.max.
|
| -// VMOptions=--optimization-counter-threshold=10
|
| +// VMOptions=--optimization-counter-threshold=10 --no-background-compilation
|
|
|
| library min_max_test;
|
| import "package:expect/expect.dart";
|
|
|