mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
Remove some spurious code
This commit is contained in:
parent
b279f4c1b8
commit
290799bbee
@ -24,7 +24,7 @@ var ia = new Int32Array(new SharedArrayBuffer(Int32Array.BYTES_PER_ELEMENT));
|
||||
|
||||
$262.agent.broadcast(ia.buffer);
|
||||
assert.sameValue(getReport(), "timed-out");
|
||||
assert.sameValue(Math.abs((getReport()|0) >= 500 - $ATOMICS_MAX_TIME_EPSILON, true);
|
||||
assert.sameValue((getReport()|0) >= 500 - $ATOMICS_MAX_TIME_EPSILON, true);
|
||||
|
||||
function getReport() {
|
||||
var r;
|
||||
|
Loading…
x
Reference in New Issue
Block a user