summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/test_base.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-29 22:32:44 +0800
committerruki <[email protected]>2025-12-29 22:32:44 +0800
commit34c820992ce4dd7a11ed644f7ab253a98466c54d (patch)
treebb6e90071765465d8fb5e6e87fe2a3d94158f0bf /tests/projects/c++/modules/test_base.lua
parentd0fe8c0f73b32f1e7dee88e6a5b4ec275c4b31f4 (diff)
fix module tests
Diffstat (limited to 'tests/projects/c++/modules/test_base.lua')
-rw-r--r--tests/projects/c++/modules/test_base.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/projects/c++/modules/test_base.lua b/tests/projects/c++/modules/test_base.lua
index 29d6f51bc..6116b36e6 100644
--- a/tests/projects/c++/modules/test_base.lua
+++ b/tests/projects/c++/modules/test_base.lua
@@ -126,11 +126,7 @@ function run_tests(clang_options, gcc_options, msvc_options)
end
if is_subhost("windows") then
if clang_options then
- if clang_options.stdmodule then
- wprint("std modules tests skipped for Windows llvm (default: libc++), as it's not currently supported officially")
- else
- build_tests("llvm", clang_options)
- end
+ build_tests("llvm", clang_options)
build_tests("clang", clang_options)
build_tests("clang", table.join(clang_options, {two_phases = false}))
if not clang_options.disable_clang_cl then