compiler: fix llgo build test

This commit is contained in:
Li Jie
2025-02-14 18:57:04 +08:00
parent 2d06dc5cfe
commit c2299818cd

View File

@@ -86,7 +86,7 @@ func TestProjectCommands(t *testing.T) {
}{
{
name: "build command",
args: []string{"llgo", "build", "."},
args: []string{"llgo", "build", "-o", "testproject", "."},
wantErr: false,
},
{