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

Unified Diff: test/mjsunit/regress/regress-2243.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/regress/regress-2243.js
diff --git a/test/mjsunit/harmony/regress/regress-2243.js b/test/mjsunit/regress/regress-2243.js
similarity index 98%
rename from test/mjsunit/harmony/regress/regress-2243.js
rename to test/mjsunit/regress/regress-2243.js
index e2411d241bc599e9edbd7f0b319dd60b47bf879d..5a3fc1f8723675a1b33ff5ab613fcc433f4ac8a5 100644
--- a/test/mjsunit/harmony/regress/regress-2243.js
+++ b/test/mjsunit/regress/regress-2243.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.
assertThrows("'use strict'; (function f() { f = 123; })()", TypeError);
assertThrows("(function f() { 'use strict'; f = 123; })()", TypeError);

Powered by Google App Engine
This is Rietveld 408576698