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

Unified Diff: test/mjsunit/es6/string-repeat.js

Issue 1024813002: Remove harmony-strings flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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/string-includes.js ('k') | test/mjsunit/es6/string-startswith.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/string-repeat.js
diff --git a/test/mjsunit/harmony/string-repeat.js b/test/mjsunit/es6/string-repeat.js
similarity index 99%
rename from test/mjsunit/harmony/string-repeat.js
rename to test/mjsunit/es6/string-repeat.js
index 0af74483a0bbe58afd7aa25322eb3cec890ab4da..15caea14f3d788fac865dffc6cda4b42540d94a4 100644
--- a/test/mjsunit/harmony/string-repeat.js
+++ b/test/mjsunit/es6/string-repeat.js
@@ -25,8 +25,6 @@
// (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-strings
-
assertEquals("000", String.prototype.repeat.call(0, 3));
assertEquals("-1-1-1", String.prototype.repeat.call(-1, 3));
assertEquals("2.12.12.1", String.prototype.repeat.call(2.1, 3));
« no previous file with comments | « test/mjsunit/es6/string-includes.js ('k') | test/mjsunit/es6/string-startswith.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698