mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Use assert instead of the nonexistent assert.ok (#2510)
This commit is contained in:
parent
6d4b62614b
commit
f6b2ccdd09
@ -12,7 +12,7 @@ const i32a = new Int32Array(
|
||||
new SharedArrayBuffer(Int32Array.BYTES_PER_ELEMENT * 4)
|
||||
);
|
||||
|
||||
assert.ok(
|
||||
assert(
|
||||
Object.is(
|
||||
Atomics.store(i32a, 0, -0),
|
||||
+0
|
||||
|
Loading…
x
Reference in New Issue
Block a user