Sign in
go
/
vscode-go
/
9bf9d642c76369144bc85323622240a121868454
/
.
/
test
/
fixtures
/
goTestTest
/
b
/
b_test.go
blob: 2240f6f53992c56aeb68d1cc8031033e5f6b23ce [
file
] [
log
] [
blame
]
package main
import "testing"
func TestB(t *testing.T) {
t.Log("log")
t.Error("error")
}