blob: 2240f6f53992c56aeb68d1cc8031033e5f6b23ce [file] [log] [blame]
package main
import "testing"
func TestB(t *testing.T) {
t.Log("log")
t.Error("error")
}