Skip to content
Snippets Groups Projects
Commit c63cb39c authored by André Bargull's avatar André Bargull
Browse files

Use assert-lib: intl402/Intl

parent 1579764e
No related branches found
No related tags found
No related merge requests found
......@@ -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.");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment