mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 16:34:27 +02:00
fix typo for Atomics.wait test, not wake (#1613)
This commit is contained in:
parent
2fa8fc40e4
commit
e1d1c68b0e
@ -2,9 +2,9 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-atomics.wake
|
esid: sec-atomics.wait
|
||||||
description: >
|
description: >
|
||||||
Test range checking of Atomics.wake on arrays that allow atomic operations
|
Test range checking of Atomics.wait on arrays that allow atomic operations
|
||||||
info: |
|
info: |
|
||||||
Atomics.wait( typedArray, index, value, timeout )
|
Atomics.wait( typedArray, index, value, timeout )
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user