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

Unified Diff: test/mjsunit/es6/string-includes.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-fromcodepoint.js ('k') | test/mjsunit/es6/string-repeat.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/string-includes.js
diff --git a/test/mjsunit/harmony/string-includes.js b/test/mjsunit/es6/string-includes.js
similarity index 99%
rename from test/mjsunit/harmony/string-includes.js
rename to test/mjsunit/es6/string-includes.js
index 33ed8ea44c9d821e07eb6aba659944375c905a49..61bf77948310c2151147507089e8a79ed5379f03 100644
--- a/test/mjsunit/harmony/string-includes.js
+++ b/test/mjsunit/es6/string-includes.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.includes.length);
var reString = "asdf[a-z]+(asdf)?";
« no previous file with comments | « test/mjsunit/es6/string-fromcodepoint.js ('k') | test/mjsunit/es6/string-repeat.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698