mirror of
https://github.com/CompeyDev/lei.git
synced 2024-12-12 04:40:42 +00:00
chore: remove incomplete func call for testing
This commit is contained in:
parent
2829fa5c31
commit
1ab459e2f9
1 changed files with 0 additions and 2 deletions
2
main.go
2
main.go
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue