| Index: test/mjsunit/regress/regress-3176.js
|
| diff --git a/test/mjsunit/regress/regress-3176.js b/test/mjsunit/regress/regress-3176.js
|
| index e2563c0d3aad14101db34d53103a5da740f1e0a3..370065d7777d7c813b6075c1379db6452ba77431 100644
|
| --- a/test/mjsunit/regress/regress-3176.js
|
| +++ b/test/mjsunit/regress/regress-3176.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
|
|
|
| function foo(a) {
|
| var sum = 0;
|
|
|