fix typo for Atomics.wait test, not wake (#1613)

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
1 changed files with 2 additions and 2 deletions

View File

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