mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 19:00:54 +01:00
fix: test?
This commit is contained in:
parent
4d3cda284b
commit
177c0dddca
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ checkresults(
|
||||||
end)
|
end)
|
||||||
)
|
)
|
||||||
checkresults(
|
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()
|
xpcall(function()
|
||||||
error("foo")
|
error("foo")
|
||||||
end, debug.traceback)
|
end, debug.traceback)
|
||||||
|
|
Loading…
Add table
Reference in a new issue