| Index: test/mjsunit/es6/block-scoping-sloppy.js
|
| diff --git a/test/mjsunit/harmony/block-scoping-sloppy.js b/test/mjsunit/es6/block-scoping-sloppy.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/block-scoping-sloppy.js
|
| rename to test/mjsunit/es6/block-scoping-sloppy.js
|
| index 1785901276442372ad547d7ab972f0fbf3ae54e8..f5c5a6326b393f2c0814b41902044ffba1c0b002 100644
|
| --- a/test/mjsunit/harmony/block-scoping-sloppy.js
|
| +++ b/test/mjsunit/es6/block-scoping-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: --allow-natives-syntax --harmony-sloppy --harmony-sloppy-let --harmony-sloppy-function
|
| +// Flags: --allow-natives-syntax
|
| // Test functionality of block scopes.
|
|
|
| // Hoisting of var declarations.
|
|
|