Sign in
go
/
vgo
/
4798edcf501e7f001e1d25f07ad0bb523be43ea6
/
.
/
vendor
/
cmd
/
go
/
testdata
/
norunexample
/
test_test.go
blob: d2e919838fb571404999ae2c71ddeb5e6766bd6a [
file
] [
log
] [
blame
]
package pkg
import (
"os"
"testing"
)
func TestBuilt(t *testing.T) {
os.Stdout.Write([]byte("A normal test was executed.\n"))
}