diff options
| author | ruki <[email protected]> | 2021-06-29 00:10:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-06-29 00:10:09 +0800 |
| commit | 086e0afb0c5ca2de85231a0cc4b6f52c93508d09 (patch) | |
| tree | 8dc72d0ae830a8564f31eb62270a1f86d8710fb3 /tests | |
| parent | 61147dc43fd140910c6e1ebfd8efd58d7acce78a (diff) | |
fix trailing spaces
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/c/Unicode 测试/test.lua | bin | 354 -> 176 bytes | |||
| -rw-r--r-- | tests/projects/c/Unicode 测试/xmake.lua | bin | 620 -> 349 bytes | |||
| -rw-r--r-- | tests/projects/other/multiplats_vs/test.lua | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c/Unicode 测试/test.lua b/tests/projects/c/Unicode 测试/test.lua Binary files differindex fecba70e1..b9209fbf4 100644 --- a/tests/projects/c/Unicode 测试/test.lua +++ b/tests/projects/c/Unicode 测试/test.lua diff --git a/tests/projects/c/Unicode 测试/xmake.lua b/tests/projects/c/Unicode 测试/xmake.lua Binary files differindex b34cdfd3d..224b17d0a 100644 --- a/tests/projects/c/Unicode 测试/xmake.lua +++ b/tests/projects/c/Unicode 测试/xmake.lua 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 |
