summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2021-06-29 00:10:09 +0800
committerruki <[email protected]>2021-06-29 00:10:09 +0800
commit086e0afb0c5ca2de85231a0cc4b6f52c93508d09 (patch)
tree8dc72d0ae830a8564f31eb62270a1f86d8710fb3 /tests
parent61147dc43fd140910c6e1ebfd8efd58d7acce78a (diff)
fix trailing spaces
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/c/Unicode 测试/test.luabin354 -> 176 bytes
-rw-r--r--tests/projects/c/Unicode 测试/xmake.luabin620 -> 349 bytes
-rw-r--r--tests/projects/other/multiplats_vs/test.lua2
3 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c/Unicode 测试/test.lua b/tests/projects/c/Unicode 测试/test.lua
index fecba70e1..b9209fbf4 100644
--- a/tests/projects/c/Unicode 测试/test.lua
+++ b/tests/projects/c/Unicode 测试/test.lua
Binary files differ
diff --git a/tests/projects/c/Unicode 测试/xmake.lua b/tests/projects/c/Unicode 测试/xmake.lua
index b34cdfd3d..224b17d0a 100644
--- a/tests/projects/c/Unicode 测试/xmake.lua
+++ b/tests/projects/c/Unicode 测试/xmake.lua
Binary files differ
diff --git a/tests/projects/other/multiplats_vs/test.lua b/tests/projects/other/multiplats_vs/test.lua
index 795df5c95..e0f60487b 100644
--- a/tests/projects/other/multiplats_vs/test.lua
+++ b/tests/projects/other/multiplats_vs/test.lua
@@ -1,6 +1,6 @@
function test_multivs(t)
if is_subhost("windows") then
- t:build()
+ t:build()
else
return t:skip("wrong host platform")
end