blob: 66a943a1b490afb305f4d565cb1cec41efde2d2d [file] [log] [blame]
package main
import (
"testing"
)
func TestA(t *testing.T) {
t.Log("log")
t.Errorf("error")
}