Fix call to $DONE

This commit is contained in:
Gus Caplan 2020-02-08 02:18:12 -08:00 committed by Rick Waldron
parent 5b231ab2d6
commit 505949357b

View File

@ -19,7 +19,7 @@ flags: [async]
Promise.reject(new Test262Error())
.finally(function() {})
.then($DONE, $DONE);
.then(() => $DONE(), $DONE);
var calls = 0;
var expected = [