diff --git a/compiler/cmd/llgo/llgo_test.go b/compiler/cmd/llgo/llgo_test.go index 1a97c726..943a3994 100644 --- a/compiler/cmd/llgo/llgo_test.go +++ b/compiler/cmd/llgo/llgo_test.go @@ -86,7 +86,7 @@ func TestProjectCommands(t *testing.T) { }{ { name: "build command", - args: []string{"llgo", "build", "."}, + args: []string{"llgo", "build", "-o", "testproject", "."}, wantErr: false, }, {