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 staticPrj
|
||||||
local linksToStaticProj
|
local linksToStaticProj
|
||||||
|
local sln
|
||||||
|
|
||||||
function suite.setup()
|
function suite.setup()
|
||||||
_ACTION = "gmake"
|
_ACTION = "gmake"
|
||||||
@ -26,6 +27,7 @@
|
|||||||
function suite.teardown()
|
function suite.teardown()
|
||||||
staticPrj = nil
|
staticPrj = nil
|
||||||
linksToStaticProj = nil
|
linksToStaticProj = nil
|
||||||
|
sln = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
local get_buffer = function()
|
local get_buffer = function()
|
||||||
|
Loading…
Reference in New Issue
Block a user