mirror of
https://github.com/tc39/test262.git
synced 2025-07-30 09:24:41 +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())
|
Promise.reject(new Test262Error())
|
||||||
.finally(function() {})
|
.finally(function() {})
|
||||||
.then($DONE, $DONE);
|
.then(() => $DONE(), $DONE);
|
||||||
|
|
||||||
var calls = 0;
|
var calls = 0;
|
||||||
var expected = [
|
var expected = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user