V2bX/cmd/common_test.go
2023-06-02 09:19:37 +08:00

8 lines
91 B
Go

package cmd
import "testing"
func Test_printFailed(t *testing.T) {
t.Log(Err("test"))
}