diff options
| author | ruki <[email protected]> | 2024-06-06 00:52:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-06-06 00:52:31 +0800 |
| commit | db24e0460ba6da51033f546426e0512f0c1c988d (patch) | |
| tree | d9874f22c679bd2ebbe97835b09174e0318e279c /tests/projects/c++/modules/test_base.lua | |
| parent | d7928aaa6551d96d44e5a6321dc54394cfdfe481 (diff) | |
fix test
Diffstat (limited to 'tests/projects/c++/modules/test_base.lua')
| -rw-r--r-- | tests/projects/c++/modules/test_base.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/test_base.lua b/tests/projects/c++/modules/test_base.lua index 219901c63..80206983a 100644 --- a/tests/projects/c++/modules/test_base.lua +++ b/tests/projects/c++/modules/test_base.lua @@ -36,7 +36,7 @@ end function main(t) if is_subhost("windows") then local clang = find_tool("clang", {version = true}) - if clang and clang.version and semver.compare(clang.version, "14.0") >= 0 then + if clang and clang.version and semver.compare(clang.version, "17.0") >= 0 then os.exec("xmake f --toolchain=clang -c --yes") _build() os.exec("xmake clean -a") |
