From bfeab8e24d26c92b8f52cf5aba431920e3bc6f11 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Tue, 16 Jul 2019 16:12:42 +0800 Subject: fix test --- tests/plugins/project/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugins/project/test.lua') diff --git a/tests/plugins/project/test.lua b/tests/plugins/project/test.lua index 3109f09ca..4f6ec3cc7 100644 --- a/tests/plugins/project/test.lua +++ b/tests/plugins/project/test.lua @@ -21,7 +21,7 @@ function test_vsxmake(t) os.cd(projname) for name, _ in pairs(vs) do - if tonumber(name) >= 2010 then + if tonumber(name) > 2010 then -- set config config.set("arch", arch, {readonly = true, force = true}) config.set("vs", name, {readonly = true, force = true}) -- cgit v1.3.1