summaryrefslogtreecommitdiff
path: root/tests/plugins/project/test.lua
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-07-16 16:12:42 +0800
committerOpportunityLiu <[email protected]>2019-07-16 16:12:42 +0800
commitbfeab8e24d26c92b8f52cf5aba431920e3bc6f11 (patch)
tree6154f88f46fd0bd50476ec886a980224aef78cf5 /tests/plugins/project/test.lua
parentbc28d40dc9ac96169b564d747f83f446165fba0f (diff)
fix test
Diffstat (limited to 'tests/plugins/project/test.lua')
-rw-r--r--tests/plugins/project/test.lua2
1 files changed, 1 insertions, 1 deletions
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})