Sign in
go
/
go.git
/
cd702b171c90be4b410d19bd93d5ea2899eaa809
/
.
/
src
/
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"))
}