Fix trivial typo on gc message (#149)
This commit is contained in:
parent
e208629c4c
commit
d603a7bcee
@ -10,7 +10,7 @@ function default_tear_down()
|
|||||||
-- effil.G is always present
|
-- effil.G is always present
|
||||||
-- thus, gc has one object
|
-- thus, gc has one object
|
||||||
if effil.gc.count() ~= 1 then
|
if effil.gc.count() ~= 1 then
|
||||||
print "Not all bojects were removed, gonna sleep for 2 seconds"
|
print "Not all objects were removed, gonna sleep for 2 seconds"
|
||||||
effil.sleep(2)
|
effil.sleep(2)
|
||||||
|
|
||||||
collectgarbage()
|
collectgarbage()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user