| Index: test/mjsunit/compiler/regress-5320.js
|
| diff --git a/test/mjsunit/compiler/regress-5320.js b/test/mjsunit/compiler/regress-5320.js
|
| index 2e30a7b4f57aee8813f1d484ff491607093f222a..7e76ee735fc7e77ab8e8bb689796a4de82945731 100644
|
| --- a/test/mjsunit/compiler/regress-5320.js
|
| +++ b/test/mjsunit/compiler/regress-5320.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
|
| +// Flags: --allow-natives-syntax --crankshaft
|
|
|
| function OptimizeTruncatingBinaryOp(func) {
|
| func(42, -2);
|
|
|