mirror of https://github.com/tc39/test262.git
Fix property name in Atomics.isLockFree() descriptor test
This commit is contained in:
parent
467a0fe68f
commit
32540f3034
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue