compiler: fix llgo build test
This commit is contained in:
@@ -86,7 +86,7 @@ func TestProjectCommands(t *testing.T) {
|
|||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
name: "build command",
|
name: "build command",
|
||||||
args: []string{"llgo", "build", "."},
|
args: []string{"llgo", "build", "-o", "testproject", "."},
|
||||||
wantErr: false,
|
wantErr: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user