Commit 5606fefe authored by ishell's avatar ishell Committed by Commit bot

Fixed noi18n build.

Review URL: https://codereview.chromium.org/1159553011

Cr-Commit-Position: refs/heads/master@{#28792}
parent 172ecd61
......@@ -4,5 +4,7 @@
// Flags: --invoke-weak-callbacks --omit-quit --no-test
var coll = new Intl.Collator();
assertEquals(-1, coll.compare('a', 'c'));
if (this.Intl) {
var coll = new Intl.Collator();
assertEquals(-1, coll.compare('a', 'c'));
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment