summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/stl_headerunit
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
parent429ff39f5874e63741aecbe3dfdc15d790e0fb44 (diff)
cleanup
Diffstat (limited to 'tests/projects/c++/modules/stl_headerunit')
-rw-r--r--tests/projects/c++/modules/stl_headerunit/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/stl_headerunit/xmake.lua b/tests/projects/c++/modules/stl_headerunit/xmake.lua
index b73913a87..55d55a5fd 100644
--- a/tests/projects/c++/modules/stl_headerunit/xmake.lua
+++ b/tests/projects/c++/modules/stl_headerunit/xmake.lua
@@ -5,4 +5,3 @@ target("stl_headerunit")
set_kind("binary")
add_files("src/*.cpp", "src/*.mpp")
- set_values("c++.clang.modules.strict", true) -- clang std module clash with stl header units or c++23 std module so we disable it \ No newline at end of file