mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
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…
x
Reference in New Issue
Block a user