mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +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.
|
||||
|
||||
/*---
|
||||
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…
x
Reference in New Issue
Block a user