mirror of https://github.com/tc39/test262.git
Use assert-lib: intl402/Intl
This commit is contained in:
parent
1579764e37
commit
c63cb39cbb
|
@ -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.");
|
||||
|
|
Loading…
Reference in New Issue