blob: 43d4b94ba4b4fa55eb56df5b3bbeaddfca018884 [file] [log] [blame]
Test that Atomics.wait is not allowed on the main thread.
PASS: Calling Atomics.wait on the main thread throws.
PASS: Atomics.wait is allowed in a worker.
DONE