summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/test_stdmodules.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-06-13 00:53:59 +0800
committerruki <[email protected]>2024-06-13 00:53:59 +0800
commit48c0ae382d6a424f5f538d9180e913f903356325 (patch)
treeb90ec17ad4be72038dd9dcd773b4e35e50aa02e2 /tests/projects/c++/modules/test_stdmodules.lua
parentebc4520b6ce93e6f31d6885f5f5820f5992962ee (diff)
improve stdmodule test for clang
Diffstat (limited to 'tests/projects/c++/modules/test_stdmodules.lua')
-rw-r--r--tests/projects/c++/modules/test_stdmodules.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/test_stdmodules.lua b/tests/projects/c++/modules/test_stdmodules.lua
index 6c3a16b2c..ad87b8428 100644
--- a/tests/projects/c++/modules/test_stdmodules.lua
+++ b/tests/projects/c++/modules/test_stdmodules.lua
@@ -20,7 +20,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, "18.0") >= 0 then
+ if clang and clang.version and semver.compare(clang.version, "19.0") >= 0 then
-- clang don't support msstl std modules atm
-- os.exec("xmake f --toolchain=clang -c --yes")
-- _build()