summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/inline_and_template/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/modules/inline_and_template/xmake.lua')
-rw-r--r--tests/projects/c++/modules/inline_and_template/xmake.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/projects/c++/modules/inline_and_template/xmake.lua b/tests/projects/c++/modules/inline_and_template/xmake.lua
index c0722cccc..4810edb85 100644
--- a/tests/projects/c++/modules/inline_and_template/xmake.lua
+++ b/tests/projects/c++/modules/inline_and_template/xmake.lua
@@ -1,6 +1,4 @@
+set_languages("c++20")
target("inline_and_template")
set_kind("binary")
add_files("src/*.cpp", "src/*.mpp")
- set_languages("c++11")
-
-