| Index: test/mjsunit/harmony/block-let-declaration.js
|
| diff --git a/test/mjsunit/harmony/block-let-declaration.js b/test/mjsunit/harmony/block-let-declaration.js
|
| index bddf0c2cf537042edba92dba84517655ddf245b3..7f3264f257fedd68f8669719ba99e4e580bab9e8 100644
|
| --- a/test/mjsunit/harmony/block-let-declaration.js
|
| +++ b/test/mjsunit/harmony/block-let-declaration.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 let declarations in various settings.
|
|
|
|
|