DEBSOURCES
Skip Quicknav
sources / golang-golang-x-tools / 1%3A0.0~git20190125.d66bd3c%2Bds-4 / go / ssa / interp / testdata / b_test.go
1234567891011
package b import "testing" func NotATest(t *testing.T) { t.Error("foo") } func NotABenchmark(b *testing.B) { b.Error("wiz") }