mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 16:04:36 +02:00
Correction
This commit is contained in:
parent
112967c1a9
commit
3d3c56200b
@ -50,5 +50,5 @@ testWithBigIntTypedArrayConstructors(function(TA) {
|
|||||||
assert.sameValue(desc.get, fnget, "accessor's get");
|
assert.sameValue(desc.get, fnget, "accessor's get");
|
||||||
assert.sameValue(desc.set, fnset, "accessor's set");
|
assert.sameValue(desc.set, fnset, "accessor's set");
|
||||||
assert.sameValue(desc.enumerable, true);
|
assert.sameValue(desc.enumerable, true);
|
||||||
verifyConfigurable(sample, s2);
|
verifyNotConfigurable(sample, s2);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user