mirror of https://github.com/tc39/test262.git
Remove bigint feature flag for built-ins/Atomics/wait/was-woken-before-timeout.js
This commit is contained in:
parent
05cbb5f8ae
commit
92a96f068e
|
@ -19,7 +19,7 @@ info: |
|
|||
If value is undefined, then
|
||||
Let index be 0.
|
||||
includes: [atomicsHelper.js]
|
||||
features: [Atomics, BigInt, SharedArrayBuffer, TypedArray]
|
||||
features: [Atomics, SharedArrayBuffer, TypedArray]
|
||||
---*/
|
||||
|
||||
const RUNNING = 1;
|
||||
|
|
Loading…
Reference in New Issue