summaryrefslogtreecommitdiff
path: root/tests/plugins/project
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-07-16 14:21:09 +0800
committerOpportunityLiu <[email protected]>2019-07-16 14:21:09 +0800
commit89baf2ecdca1fb8bd25c449b3f3b05b47706377d (patch)
tree308358ee5483f6f5ca6d5c4f90c5e9642d8e85bc /tests/plugins/project
parent0566af6ff1659597f1bf597e2762a15dbc680257 (diff)
fix sln
Diffstat (limited to 'tests/plugins/project')
-rw-r--r--tests/plugins/project/test.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/plugins/project/test.lua b/tests/plugins/project/test.lua
index 16a27b5f3..32fffd33c 100644
--- a/tests/plugins/project/test.lua
+++ b/tests/plugins/project/test.lua
@@ -40,11 +40,11 @@ function test_vsxmake(t)
if ok then
return
end
- io.write("--- sln file ---")
+ io.write("--- sln file ---\n")
io.write(io.readfile("c_" .. vstype .. ".sln"), "\n")
- io.write("--- vcx file ---")
+ io.write("--- vcx file ---\n")
io.write(io.readfile("project/project.vcxproj"), "\n")
- io.write("--- filter file ---")
+ io.write("--- filter file ---\n")
io.write(io.readfile("project/project.vcxproj.filters"), "\n")
raise("msbuild failed")
end