mirror of https://github.com/tc39/test262.git
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.
|
||||
|
||||
/*---
|
||||
esid: sec-atomics.wake
|
||||
esid: sec-atomics.wait
|
||||
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: |
|
||||
Atomics.wait( typedArray, index, value, timeout )
|
||||
|
||||
|
|
Loading…
Reference in New Issue