V2bX/cmd/common_test.go

8 lines
91 B
Go
Raw Normal View History

2023-05-23 22:26:14 -04:00
package cmd
import "testing"
func Test_printFailed(t *testing.T) {
t.Log(Err("test"))
}