From 7ee27a5e5a58b4d8a51ec0d2c0fc153239cb6722 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 27 Dec 2025 00:25:01 +0800 Subject: format code --- tests/projects/c++/modules/xmake_tests1/xmake.lua | 3 +-- tests/projects/c++/modules/xmake_tests2/xmake.lua | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/projects/c++/modules') diff --git a/tests/projects/c++/modules/xmake_tests1/xmake.lua b/tests/projects/c++/modules/xmake_tests1/xmake.lua index c0f5530fe..1e8d7f59d 100644 --- a/tests/projects/c++/modules/xmake_tests1/xmake.lua +++ b/tests/projects/c++/modules/xmake_tests1/xmake.lua @@ -10,7 +10,6 @@ target('module_dep') target('module_target') set_kind('moduleonly') add_files('src/*.cppm') - -add_deps('module_dep') + add_deps('module_dep') add_tests('test', { kind = 'binary', files = 'src/main.cpp', build_should_pass = true }) add_tests('test2', { kind = 'binary', files = 'src/main.cpp', build_should_pass = true }) diff --git a/tests/projects/c++/modules/xmake_tests2/xmake.lua b/tests/projects/c++/modules/xmake_tests2/xmake.lua index e5326b36d..051507124 100644 --- a/tests/projects/c++/modules/xmake_tests2/xmake.lua +++ b/tests/projects/c++/modules/xmake_tests2/xmake.lua @@ -9,13 +9,11 @@ target("module_dep") target("module_target1") set_kind("moduleonly") add_files("src/*.cppm") - add_deps("module_dep") add_tests("tests", {kind = "binary", files = "src/main.cpp", build_should_pass = true}) target("module_target2") set_kind("moduleonly") add_files("src/*.cppm") - add_deps("module_dep") add_tests("tests", {kind = "binary", files = "src/main.cpp", build_should_pass = true}) -- cgit v1.3.1