diff options
| author | ruki <[email protected]> | 2025-04-08 23:35:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-08 23:35:08 +0800 |
| commit | fd129538be29cabad2c2650f9b837ab1afc28a1e (patch) | |
| tree | 4ba5d484323946094db72f78d7c50bb322d7b62f /tests/test_utils | |
| parent | a6af349ad9ea7eb9f2d1eeea203d7a387b6e1bb9 (diff) | |
switch to 3.0
Diffstat (limited to 'tests/test_utils')
| -rw-r--r-- | tests/test_utils/test_build.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_utils/test_build.lua b/tests/test_utils/test_build.lua index cc4111552..d32055c10 100644 --- a/tests/test_utils/test_build.lua +++ b/tests/test_utils/test_build.lua @@ -3,9 +3,6 @@ local test_build = {} function test_build:build(argv) os.exec("xmake f -c -D -y") os.exec("xmake") - os.rm("build") - os.exec("xmake f -c -D -y --policies=compatibility.version:3.0") - os.exec("xmake -r") end function main() |
