| Index: test/mjsunit/shared-function-tier-up-turbo.js
|
| diff --git a/test/mjsunit/shared-function-tier-up-turbo.js b/test/mjsunit/shared-function-tier-up-turbo.js
|
| index aed30e8150d5386bd4df6cafbcc00cc011c9557b..76a8b01c43d97413b7d18663c1a540a69954dc86 100644
|
| --- a/test/mjsunit/shared-function-tier-up-turbo.js
|
| +++ b/test/mjsunit/shared-function-tier-up-turbo.js
|
| @@ -2,7 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| //
|
| -// Flags: --mark-shared-functions-for-tier-up --allow-natives-syntax --ignition-staging --turbo
|
| +// Flags: --mark-shared-functions-for-tier-up --allow-natives-syntax
|
| +// Flags: --ignition-staging --turbo --no-always-opt
|
|
|
| (function() {
|
| var sum = 0;
|
|
|