| Index: test/mjsunit/shift-for-integer-div.js
|
| diff --git a/test/mjsunit/shift-for-integer-div.js b/test/mjsunit/shift-for-integer-div.js
|
| index 54da31f8a74aa5256a85092a120a179563e590f9..7aadb4d2377fa0f8f4037585c4894947ea28bce1 100644
|
| --- a/test/mjsunit/shift-for-integer-div.js
|
| +++ b/test/mjsunit/shift-for-integer-div.js
|
| @@ -25,7 +25,7 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Flags: --allow-natives-syntax --crankshaft
|
| +// Flags: --allow-natives-syntax --crankshaft --no-always-opt
|
|
|
| function divp4(x) {
|
| return x / 4;
|
|
|