| Index: test/mjsunit/constant-folding-2.js
|
| diff --git a/test/mjsunit/constant-folding-2.js b/test/mjsunit/constant-folding-2.js
|
| index 73cf040f5a8c56015249c279d530e790c3e03eab..3f82c2fa43cc9ca5c38e281e06f24e96602fe3bb 100644
|
| --- a/test/mjsunit/constant-folding-2.js
|
| +++ b/test/mjsunit/constant-folding-2.js
|
| @@ -26,7 +26,7 @@
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
| -// Flags: --nodead-code-elimination --fold-constants --allow-natives-syntax
|
| +// Flags: --nodead-code-elimination --fold-constants --allow-natives-syntax --nostress-opt
|
|
|
| function test(f) {
|
| f();
|
|
|