From 2982acc6a60e8808b0322d6e7c905442d58a0fe8 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 30 Dec 2020 00:08:41 +0800 Subject: fix test --- tests/plugins/project/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugins') diff --git a/tests/plugins/project/test.lua b/tests/plugins/project/test.lua index 1aac20088..0de70cdba 100644 --- a/tests/plugins/project/test.lua +++ b/tests/plugins/project/test.lua @@ -41,7 +41,7 @@ function test_vsxmake(t) { function () print("--- sln file ---") - io.cat(projname .. "_" .. vstype .. ".sln") + io.cat(projname .. ".sln") print("--- vcx file ---") io.cat(projname .. "/" .. projname .. ".vcxproj") print("--- filter file ---") -- cgit v1.3.1