diff --git a/compiler/cmd/llgo/llgo_test.go b/compiler/cmd/llgo/llgo_test.go index 4863f88b..88b4bd7b 100644 --- a/compiler/cmd/llgo/llgo_test.go +++ b/compiler/cmd/llgo/llgo_test.go @@ -131,6 +131,11 @@ func TestProjectCommands(t *testing.T) { args: []string{"llgo", "run", "main.go"}, wantErr: false, }, + { + name: "run command", + args: []string{"llgo", "run", "-v", "."}, + wantErr: false, + }, } for _, tt := range tests {