diff options
Diffstat (limited to 'tests/projects/xmake_cli/xmake/src/main.c')
| -rw-r--r-- | tests/projects/xmake_cli/xmake/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/xmake_cli/xmake/src/main.c b/tests/projects/xmake_cli/xmake/src/main.c index 68403c6c4..852658071 100644 --- a/tests/projects/xmake_cli/xmake/src/main.c +++ b/tests/projects/xmake_cli/xmake/src/main.c @@ -2,5 +2,5 @@ tb_int_t main(tb_int_t argc, tb_char_t** argv) { - return xm_engine_run(argc, argv, tb_null); + return xm_engine_run("xmake", argc, argv, tb_null); } |
