| Index: tests/language/truncdiv_test.dart
|
| diff --git a/tests/language/truncdiv_test.dart b/tests/language/truncdiv_test.dart
|
| index 8a00c73c27ae4e8bfb50373e0d3c90ba91cec487..5bbcf10f6d47177d73a55b2882f90665a89510c6 100644
|
| --- a/tests/language/truncdiv_test.dart
|
| +++ b/tests/language/truncdiv_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 optimization of modulo operator on Smi.
|
| -// VMOptions=--optimization-counter-threshold=10 --no-use-osr
|
| +// VMOptions=--optimization-counter-threshold=10 --no-use-osr --no-background-compilation
|
|
|
| import "package:expect/expect.dart";
|
|
|
| @@ -24,7 +24,7 @@ main() {
|
| foo(i, x) => i % x;
|
|
|
| foo2(i) {
|
| - // Make sure x has a range computed.
|
| + // Make sure x has a range computed.
|
| var x = 0;
|
| if (i < 0) {
|
| x = -i;
|
|
|