summaryrefslogtreecommitdiff
path: root/deps/v8/test/intl/locale/locale-collations.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/intl/locale/locale-collations.js')
-rw-r--r--deps/v8/test/intl/locale/locale-collations.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/test/intl/locale/locale-collations.js b/deps/v8/test/intl/locale/locale-collations.js
index cc8bdbaeb8..96c1998930 100644
--- a/deps/v8/test/intl/locale/locale-collations.js
+++ b/deps/v8/test/intl/locale/locale-collations.js
@@ -15,5 +15,6 @@ for (var i = 0; i < a_to_z.length; i++) {
locale + ".collations [" + locale.collations +
"] does not meet 'type: alphanum{3,8}(sep alphanum{3,8})*'");
});
+ assertArrayEquals(locale.collations, locale.collations.sort());
}
}