mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue