Skip to content

Commit

Permalink
fix: update line number again
Browse files Browse the repository at this point in the history
  • Loading branch information
ramdoys committed Dec 9, 2024
1 parent 2f3e2f1 commit f4ebaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conformance/pcall.luau
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ function weird()
end

checkresults(
{ false, "pcall.luau:382: cannot resume dead coroutine" },
{ false, "pcall.luau:369: cannot resume dead coroutine" },
pcall(function()
for _ in coroutine.wrap(pcall), weird do
end
Expand Down

0 comments on commit f4ebaa7

Please sign in to comment.