From a85d9374827fa6eea0fe1fa59e5ea47396c67f66 Mon Sep 17 00:00:00 2001 From: Li Jie Date: Tue, 8 Apr 2025 09:35:03 +0800 Subject: [PATCH] enable command tests --- cmd/llgo/llgo_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/llgo/llgo_test.go b/cmd/llgo/llgo_test.go index 87aa6f94..5c1d25b2 100644 --- a/cmd/llgo/llgo_test.go +++ b/cmd/llgo/llgo_test.go @@ -301,7 +301,7 @@ func main() { } } -func _TestCommandHandling(t *testing.T) { +func TestCommandHandling(t *testing.T) { tests := []struct { name string args []string