mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Fix call to $DONE
This commit is contained in:
parent
5b231ab2d6
commit
505949357b
@ -19,7 +19,7 @@ flags: [async]
|
||||
|
||||
Promise.reject(new Test262Error())
|
||||
.finally(function() {})
|
||||
.then($DONE, $DONE);
|
||||
.then(() => $DONE(), $DONE);
|
||||
|
||||
var calls = 0;
|
||||
var expected = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user