diff options
| author | ruki <[email protected]> | 2024-09-16 23:58:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-09-16 23:58:20 +0800 |
| commit | 3c33328bc25382bbfd0995fa0a62d8f5d2fda181 (patch) | |
| tree | b04b2b162077be3cfe1040c205d62f9bccf24e63 | |
| parent | 1a44c4f4712650117c5303e1fef87d812983f30f (diff) | |
fix tests
| -rw-r--r-- | tests/test_utils/test_build.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils/test_build.lua b/tests/test_utils/test_build.lua index a54832275..b456d7749 100644 --- a/tests/test_utils/test_build.lua +++ b/tests/test_utils/test_build.lua @@ -3,7 +3,7 @@ local test_build = {} function test_build:build(argv) os.exec("xmake f -c -D -y") os.exec("xmake") - os.exec("xmake f -c -D -y --policy=compatibility.version=3.0") + os.exec("xmake f -c -D -y --policies=compatibility.version=3.0") os.exec("xmake -r") end |
