summaryrefslogtreecommitdiff
path: root/tests/plugins/project/test.lua
diff options
context:
space:
mode:
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})