| Index: test/mjsunit/assert-opt-and-deopt.js
|
| diff --git a/test/mjsunit/assert-opt-and-deopt.js b/test/mjsunit/assert-opt-and-deopt.js
|
| index d653bb5905f5a47f9a482e272929fd6c8f386959..d0caafa27cd140f8b649112395057224f70f638f 100644
|
| --- a/test/mjsunit/assert-opt-and-deopt.js
|
| +++ b/test/mjsunit/assert-opt-and-deopt.js
|
| @@ -25,7 +25,8 @@
|
| // (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 --noconcurrent-recompilation
|
| +// Flags: --allow-natives-syntax
|
| +// Flags: --noconcurrent-recompilation --noconcurrent-osr
|
|
|
| if (%IsConcurrentRecompilationSupported()) {
|
| print("Concurrent recompilation is turned on after all. Skipping this test.");
|
|
|