Skip to content

Commit

Permalink
[testharness] Fix typo in promise_setup() error message (#49550)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-j-lee authored Dec 5, 2024
1 parent 5757dbe commit ea432ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/testharness.js
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@
{
if (typeof func !== "function") {
tests.set_status(tests.status.ERROR,
"promise_test invoked without a function");
"`promise_setup` invoked without a function");
tests.complete();
return;
}
Expand Down

0 comments on commit ea432ed

Please sign in to comment.