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

Unified Diff: test/mjsunit/es6/string-startswith.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-repeat.js ('k') | test/mjsunit/harmony/disable-harmony-string.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/string-startswith.js
diff --git a/test/mjsunit/harmony/string-startswith.js b/test/mjsunit/es6/string-startswith.js
similarity index 99%
rename from test/mjsunit/harmony/string-startswith.js
rename to test/mjsunit/es6/string-startswith.js
index d72f2946f594e5f1ee2fbbf08d2e4c7ee4c6d4b2..887db994a03fcd02ed5d79b5cf00e3e0c7ca43c3 100644
--- a/test/mjsunit/harmony/string-startswith.js
+++ b/test/mjsunit/es6/string-startswith.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(1, String.prototype.startsWith.length);
var testString = "Hello World";
« no previous file with comments | « test/mjsunit/es6/string-repeat.js ('k') | test/mjsunit/harmony/disable-harmony-string.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698