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

Unified Diff: test/mjsunit/harmony/harmony-string-pad-end.js

Issue 2610853010: Include harmony-string-padding.js in the context snapshot (Closed)
Patch Set: Rename again Created 3 years, 11 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 | « src/v8.gyp ('k') | test/mjsunit/harmony/harmony-string-pad-start.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/harmony/harmony-string-pad-end.js
diff --git a/test/mjsunit/harmony/harmony-string-pad-end.js b/test/mjsunit/harmony/harmony-string-pad-end.js
index 03e5aeacdb491453f40ca2b1534f3dcc457f9e95..a218a8ae6f34179affe760f756e1222d52cf9cd9 100644
--- a/test/mjsunit/harmony/harmony-string-pad-end.js
+++ b/test/mjsunit/harmony/harmony-string-pad-end.js
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-string-padding
-
(function TestMeta() {
assertEquals(1, String.prototype.padEnd.length);
assertEquals("function", typeof String.prototype.padEnd);
« no previous file with comments | « src/v8.gyp ('k') | test/mjsunit/harmony/harmony-string-pad-start.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698