diff options
Diffstat (limited to 'tests/plugins/project/test.lua')
| -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 |
