Index: test/mjsunit/strict-mode.js |
diff --git a/test/mjsunit/strict-mode.js b/test/mjsunit/strict-mode.js |
index 0c27a1c43363452a6d3af5190d9cbb119a7690e3..0fafd80a8dfcbced4ec75e2f7052a4142d1db996 100644 |
--- a/test/mjsunit/strict-mode.js |
+++ b/test/mjsunit/strict-mode.js |
@@ -25,7 +25,7 @@ |
// (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: --turbo-deoptimization |
+// Flags: --turbo-deoptimization --noharmony-scoping |
function CheckStrictMode(code, exception) { |
assertDoesNotThrow(code); |