chore: remove incomplete func call for testing

This commit is contained in:
Erica Marigold 2024-07-19 22:34:37 +05:30
parent 2829fa5c31
commit 1ab459e2f9
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -11,8 +11,6 @@ func main() {
return 0
}, "test", 0, nil)
lualib.GetInfo(lua, 1, "str", &lualib.LuaDebug{ssbuf: n})
if !lualib.IsCFunction(lua, 1) {
panic("CFunction was not correctly pushed onto stack")
}