mirror of https://github.com/tc39/test262.git
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.set, fnset, "accessor's set");
|
||||
assert.sameValue(desc.enumerable, true);
|
||||
verifyConfigurable(sample, s2);
|
||||
verifyNotConfigurable(sample, s2);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue