1
0
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 ()

This commit is contained in:
Leo Balter 2018-06-28 16:28:03 -04:00 committed by GitHub
parent 2fa8fc40e4
commit e1d1c68b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 )