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