Correction

This commit is contained in:
Rick Waldron 2020-11-03 14:44:46 -05:00
parent 112967c1a9
commit 3d3c56200b
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});