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
|
||||
-- thus, gc has one object
|
||||
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)
|
||||
|
||||
collectgarbage()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user