diff options
| author | ruki <[email protected]> | 2025-12-27 00:25:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-27 00:25:01 +0800 |
| commit | 7ee27a5e5a58b4d8a51ec0d2c0fc153239cb6722 (patch) | |
| tree | 8346b25bd94d79ec47963067a74bc78c92d7aaf5 /tests/projects/c++/modules/xmake_tests1/xmake.lua | |
| parent | ef6069c0e0b09b862c663a386e73e6acba6a1c97 (diff) | |
format code
Diffstat (limited to 'tests/projects/c++/modules/xmake_tests1/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/xmake_tests1/xmake.lua | 3 |
1 files changed, 1 insertions, 2 deletions
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 }) |
