diff options
| author | ruki <[email protected]> | 2026-04-18 20:40:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-04-18 20:40:39 +0800 |
| commit | 1d43868f83b094a3c8a22f83233bb0f7efbd4f24 (patch) | |
| tree | b5be22c285f5c919cf6afb0e0b27dc89ef98944e /tests/plugins | |
| parent | a0fd08ab27edb0bf518a409b8aae9ce6f1aaf51b (diff) | |
fix review issues
Diffstat (limited to 'tests/plugins')
| -rw-r--r-- | tests/plugins/project/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/project/test.lua b/tests/plugins/project/test.lua index 7de8835f1..40edd6a3a 100644 --- a/tests/plugins/project/test.lua +++ b/tests/plugins/project/test.lua @@ -74,7 +74,7 @@ function test_vsxmake_csharp(t) os.cd(tempdir) -- create a C# console project using xmake create - os.vrunv("xmake", {"create", "-l", "csharp", "console", projname}) + os.vrunv("xmake", {"create", "-l", "csharp", "-t", "console", projname}) os.cd(projname) -- create sln & csproj |
