Index: test/mjsunit/harmony/block-let-semantics-sloppy.js |
diff --git a/test/mjsunit/harmony/block-let-semantics-sloppy.js b/test/mjsunit/harmony/block-let-semantics-sloppy.js |
index 33fdc45251db68fcd49dfec59723ba8b1d640ada..8f07af6c4611df5f151a4b6458b1a1d59ae71128 100644 |
--- a/test/mjsunit/harmony/block-let-semantics-sloppy.js |
+++ b/test/mjsunit/harmony/block-let-semantics-sloppy.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: --harmony-sloppy --no-legacy-const --harmony-sloppy-let |
+// Flags: --harmony-sloppy --no-legacy-const --harmony-sloppy-let --harmony-sloppy-function |
// Test temporal dead zone semantics of let bound variables in |
// function and block scopes. |