blob: 4a30e96a8523ca8ab91dfd128bec3289aa4ab724 [file] [log] [blame]
package b
import "testing"
func NotATest(t *testing.T) {
t.Error("foo")
}
func NotABenchmark(b *testing.B) {
b.Error("wiz")
}