mirror of
https://github.com/tc39/test262.git
synced 2025-07-30 01:14:56 +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)
|
new SharedArrayBuffer(Int32Array.BYTES_PER_ELEMENT * 4)
|
||||||
);
|
);
|
||||||
|
|
||||||
assert.ok(
|
assert(
|
||||||
Object.is(
|
Object.is(
|
||||||
Atomics.store(i32a, 0, -0),
|
Atomics.store(i32a, 0, -0),
|
||||||
+0
|
+0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user