Skip to content

Commit

Permalink
fix: test?
Browse files Browse the repository at this point in the history
  • Loading branch information
ramdoys committed Dec 9, 2024
1 parent 4d3cda2 commit 177c0dd
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 @@ -291,7 +291,7 @@ checkresults(
end)
)
checkresults(
{ false, "pcall.luau:296: foo\npcall.luau:293\npcall.luau:296\n" },
{ false, "pcall.luau:293: foo\npcall.luau:296\npcall.luau:296\n" },
xpcall(function()
error("foo")
end, debug.traceback)
Expand Down

0 comments on commit 177c0dd

Please sign in to comment.