| Index: test/mjsunit/shared-function-tier-up-default.js
|
| diff --git a/test/mjsunit/shared-function-tier-up-default.js b/test/mjsunit/shared-function-tier-up-default.js
|
| index 09c5f8e7fe88a5938419765c3bb6b48a8e8d3da3..6671060e4f8aa65b9adb22a76721ead65b52ce09 100644
|
| --- a/test/mjsunit/shared-function-tier-up-default.js
|
| +++ b/test/mjsunit/shared-function-tier-up-default.js
|
| @@ -2,7 +2,9 @@
|
| // 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 --no-ignition --no-ignition-staging --no-turbo
|
| +// Flags: --mark-shared-functions-for-tier-up --allow-natives-syntax
|
| +// Flags: --no-ignition --no-ignition-staging --no-turbo
|
| +// Flags: --crankshaft --no-always-opt
|
|
|
| (function() {
|
| var sum = 0;
|
|
|