| Index: test/mjsunit/regress/regress-crbug-506443.js
|
| diff --git a/test/mjsunit/regress/regress-crbug-506443.js b/test/mjsunit/regress/regress-crbug-506443.js
|
| index 13cbac6769b6ee73668e96db78b4cfc5cdae58e5..0ab518f9b949003ea63f3824a5395c7c239e2ae8 100644
|
| --- a/test/mjsunit/regress/regress-crbug-506443.js
|
| +++ b/test/mjsunit/regress/regress-crbug-506443.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax --crankshaft --no-always-opt
|
|
|
| assertSame = function assertSame() {
|
| if (found === expected) {
|
|
|