Use assert-lib: intl402/Intl

This commit is contained in:
André Bargull 2017-05-04 21:13:23 +02:00
parent 1579764e37
commit c63cb39cbb
1 changed files with 1 additions and 3 deletions

View File

@ -7,6 +7,4 @@ description: Tests that Intl has Object.prototype as its prototype.
author: Norbert Lindenberg
---*/
if (Object.getPrototypeOf(Intl) !== Object.prototype) {
$ERROR("Intl doesn't have Object.prototype as its prototype.");
}
assert.sameValue(Object.getPrototypeOf(Intl), Object.prototype, "Intl doesn't have Object.prototype as its prototype.");