sln was in global and not reset to nil in teardown

This commit is contained in:
Liam Devine 2011-03-26 01:37:26 +00:00
parent f4a8f024d9
commit f9027da963

View File

@ -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()