sln was in global and not reset to nil in teardown
This commit is contained in:
parent
f4a8f024d9
commit
f9027da963
@ -4,6 +4,7 @@
|
||||
|
||||
local staticPrj
|
||||
local linksToStaticProj
|
||||
local sln
|
||||
|
||||
function suite.setup()
|
||||
_ACTION = "gmake"
|
||||
@ -26,6 +27,7 @@
|
||||
function suite.teardown()
|
||||
staticPrj = nil
|
||||
linksToStaticProj = nil
|
||||
sln = nil
|
||||
end
|
||||
|
||||
local get_buffer = function()
|
||||
|
Loading…
Reference in New Issue
Block a user