mirror of
https://github.com/CompeyDev/lei.git
synced 2025-04-05 10:30:53 +01: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
|
return 0
|
||||||
}, "test", 0, nil)
|
}, "test", 0, nil)
|
||||||
|
|
||||||
lualib.GetInfo(lua, 1, "str", &lualib.LuaDebug{ssbuf: n})
|
|
||||||
|
|
||||||
if !lualib.IsCFunction(lua, 1) {
|
if !lualib.IsCFunction(lua, 1) {
|
||||||
panic("CFunction was not correctly pushed onto stack")
|
panic("CFunction was not correctly pushed onto stack")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue