summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/stl_headerunit_cpp_only
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2023-01-11 15:38:52 +0100
committerArthur LAURENT <[email protected]>2023-01-11 16:46:04 +0100
commita70a59a68f39d9c9ba3538baa94dcce6132f1241 (patch)
tree4de994fed1977ca48369f4f5b18fe2ae00f414df /tests/projects/c++/modules/stl_headerunit_cpp_only
parent429ff39f5874e63741aecbe3dfdc15d790e0fb44 (diff)
cleanup
Diffstat (limited to 'tests/projects/c++/modules/stl_headerunit_cpp_only')
-rw-r--r--tests/projects/c++/modules/stl_headerunit_cpp_only/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/stl_headerunit_cpp_only/xmake.lua b/tests/projects/c++/modules/stl_headerunit_cpp_only/xmake.lua
index 7b8a04f2e..97a260e1e 100644
--- a/tests/projects/c++/modules/stl_headerunit_cpp_only/xmake.lua
+++ b/tests/projects/c++/modules/stl_headerunit_cpp_only/xmake.lua
@@ -5,4 +5,4 @@ target("stl_headerunit_cpp_only")
set_kind("binary")
add_files("src/*.cpp")
set_policy("build.c++.modules", true)
- set_values("c++.clang.modules.strict", true) -- clang std module clash with stl header units or c++23 std module so we disable it
+