mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Atomics: remove erroneous argument from getReport() in harness/atomicsHelper.js
This commit is contained in:
parent
bd5b37e51e
commit
127fa27720
@ -57,7 +57,7 @@ defines:
|
||||
$262.agent.getReportAsync = function() {
|
||||
return new Promise(function(resolve) {
|
||||
(function loop() {
|
||||
let result = getReport(id);
|
||||
let result = getReport();
|
||||
if (!result) {
|
||||
setTimeout(loop, 1000);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user