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
1 changed files with 2 additions and 2 deletions

View File

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