Index: test/mjsunit/harmony/block-let-semantics.js |
diff --git a/test/mjsunit/harmony/block-let-semantics.js b/test/mjsunit/harmony/block-let-semantics.js |
index 3819a9c6ec52f0035f3eeab95b0d084d004d40d5..94020a4ca93aabf5cc5de2dbfbc58b035350623f 100644 |
--- a/test/mjsunit/harmony/block-let-semantics.js |
+++ b/test/mjsunit/harmony/block-let-semantics.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-block-scoping |
+// Flags: --harmony-scoping |
// Test temporal dead zone semantics of let bound variables in |
// function and block scopes. |