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

Unified Diff: test/mjsunit/es6/block-let-semantics.js

Issue 1007783002: Remove --harmony-scoping flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Tests moved 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
Index: test/mjsunit/es6/block-let-semantics.js
diff --git a/test/mjsunit/harmony/block-let-semantics.js b/test/mjsunit/es6/block-let-semantics.js
similarity index 99%
rename from test/mjsunit/harmony/block-let-semantics.js
rename to test/mjsunit/es6/block-let-semantics.js
index a37b795b0a502adf1edbe7f7d111ef4d9dcdead2..12ab5c89fc8adae1c369aefd478f95fed0f945fe 100644
--- a/test/mjsunit/harmony/block-let-semantics.js
+++ b/test/mjsunit/es6/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-scoping
+// Flags:
rossberg 2015/03/13 14:24:32 Dito
Dmitry Lomov (no reviews) 2015/03/13 14:51:29 Done.
"use strict";

Powered by Google App Engine
This is Rietveld 408576698