Bug 1175347 - Fix a test that assumes too much in compacting builds. r=intermittent-orange in a CLOSED TREE

This commit is contained in:
Jeff Walden 2015-06-29 21:13:00 -07:00
parent 5cca0b141a
commit 82fa83de55
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
// Test that new.target is acceptably usable in RematerializedFrames.
gczeal(0);
load(libdir + "jitopts.js");
if (!jitTogglesMatch(Opts_Ion2NoOffthreadCompilation))

View File

@ -1,5 +1,7 @@
// Test that new.target is acceptably usable in RematerializedFrames.
gczeal(0);
load(libdir + "jitopts.js");
if (!jitTogglesMatch(Opts_Ion2NoOffthreadCompilation))