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

Unified Diff: test/mjsunit/es7/regress/regress-634357.js

Issue 2218743003: [test] don't use Intl.Collator in non-Intl regression test (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es7/regress/regress-634357.js
diff --git a/test/mjsunit/es7/regress/regress-634357.js b/test/mjsunit/es7/regress/regress-634357.js
index 556d8a2b50a83380fa8632c9a04182ccc11b42df..709edcbd50b054744a0e26f6657241eedec10587 100644
--- a/test/mjsunit/es7/regress/regress-634357.js
+++ b/test/mjsunit/es7/regress/regress-634357.js
@@ -11,4 +11,4 @@ Object.defineProperty(array, 1, {
array[0] = -2147483648;
}
});
-result = array.includes(new Intl.Collator());
+result = array.includes(new Array());
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698