Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1295)

Unified Diff: test/mjsunit/es6/block-const-assign.js

Issue 1007783002: Remove --harmony-scoping flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: CR feedback Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/es6/block-conflicts.js ('k') | test/mjsunit/es6/block-early-errors.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/block-const-assign.js
diff --git a/test/mjsunit/harmony/block-const-assign.js b/test/mjsunit/es6/block-const-assign.js
similarity index 98%
rename from test/mjsunit/harmony/block-const-assign.js
rename to test/mjsunit/es6/block-const-assign.js
index 5efe42c56bbc39603be40b89f933afa455ba859d..f78faa689ddd98a2ae48ae9bc0456b771581ce63 100644
--- a/test/mjsunit/harmony/block-const-assign.js
+++ b/test/mjsunit/es6/block-const-assign.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-scoping --harmony-computed-property-names
+// Flags: --harmony-computed-property-names
// Test that we throw early syntax errors in harmony mode
// when using an immutable binding in an assigment or with
« no previous file with comments | « test/mjsunit/es6/block-conflicts.js ('k') | test/mjsunit/es6/block-early-errors.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698