diff options
| author | OpportunityLiu <[email protected]> | 2019-07-16 16:12:42 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-07-16 16:12:42 +0800 |
| commit | bfeab8e24d26c92b8f52cf5aba431920e3bc6f11 (patch) | |
| tree | 6154f88f46fd0bd50476ec886a980224aef78cf5 /tests/plugins/project/test.lua | |
| parent | bc28d40dc9ac96169b564d747f83f446165fba0f (diff) | |
fix test
Diffstat (limited to 'tests/plugins/project/test.lua')
| -rw-r--r-- | tests/plugins/project/test.lua | 2 |
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}) |
