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 |
Erik Corry
2015/03/26 11:20:57
Deliberate change?
Toon Verwaest
2015/03/26 11:40:15
Yes. If we stress-opt, there's no time for cross-c
|
function test(f) { |
f(); |