Index: test/mjsunit/compiler/optimized-for-in.js |
diff --git a/test/mjsunit/compiler/optimized-for-in.js b/test/mjsunit/compiler/optimized-for-in.js |
index cb8c66df9fe3d1273032a7fb81986beb31da65da..9c756aafa7638c02e33e0432b162b600cbe661b4 100644 |
--- a/test/mjsunit/compiler/optimized-for-in.js |
+++ b/test/mjsunit/compiler/optimized-for-in.js |
@@ -26,6 +26,7 @@ |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
// Flags: --optimize-for-in --allow-natives-syntax |
+// Flags: --no-concurrent-osr |
// Test for-in support in Crankshaft. For simplicity this tests assumes certain |
// fixed iteration order for properties and will have to be adjusted if V8 |