Fix property name in Atomics.isLockFree() descriptor test

This commit is contained in:
Linus Groh 2023-12-02 00:36:09 +00:00 committed by Ms2ger
parent 467a0fe68f
commit 32540f3034

View File

@ -3,12 +3,12 @@
/*--- /*---
esid: sec-atomics.islockfree esid: sec-atomics.islockfree
description: Testing descriptor property of Atomics.add description: Testing descriptor property of Atomics.isLockFree
includes: [propertyHelper.js] includes: [propertyHelper.js]
features: [Atomics] features: [Atomics]
---*/ ---*/
verifyProperty(Atomics, 'add', { verifyProperty(Atomics, 'isLockFree', {
enumerable: false, enumerable: false,
writable: true, writable: true,
configurable: true, configurable: true,