diff options
Diffstat (limited to 'tests/projects/c++/modules/test_base.lua')
| -rw-r--r-- | tests/projects/c++/modules/test_base.lua | 6 |
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 |
