summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2025-03-07 00:46:55 +0800
committerruki <[email protected]>2025-03-07 00:46:55 +0800
commitd922ef40db89324925b398eb0d817cd5ad9e40c8 (patch)
treeb90d6a684c6bd495bc54ae44e49fbb972c5dd696 /tests/projects/c++/modules
parent98865f1689341a45c189a88e677e124d67c217ae (diff)
switch to windows 2025
Diffstat (limited to 'tests/projects/c++/modules')
-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 34d5400a3..0fcd0c9b1 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, "19.0") >= 0 then
+ if clang and clang.version and semver.compare(clang.version, "20.0") >= 0 then
-- clang don't support msstl std modules atm
-- os.exec("xmake f --toolchain=clang -c --yes")
-- _build()