| Index: tests/language/deopt_lazy_finalization_test.dart
|
| diff --git a/tests/language/deopt_lazy_finalization_test.dart b/tests/language/deopt_lazy_finalization_test.dart
|
| index a06963442750c9d61932ecdabfdef5f264a73928..1176eca8beee413b52000a7b2c471226e9478e18 100644
|
| --- a/tests/language/deopt_lazy_finalization_test.dart
|
| +++ b/tests/language/deopt_lazy_finalization_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.
|
| // Test deoptimziation caused by lazy finalization.
|
| -// VMOptions=--optimization-counter-threshold=10 --no-use-osr
|
| +// VMOptions=--optimization-counter-threshold=10 --no-use-osr --no-background-compilation
|
|
|
| import "package:expect/expect.dart";
|
|
|
| @@ -29,7 +29,7 @@ part2() {
|
|
|
| class A {
|
| foo() => 2;
|
| -
|
| +
|
| loop() {
|
| var sum = 0;
|
| for (int i = 0; i < 10000; i++) {
|
|
|