Sign in
go
/
gofrontend
/
33f65dce43bd01c1fa38cd90a78c9aea6ca6dd59
/
.
/
libgo
/
go
/
cmd
/
go
/
testdata
/
script
/
test_minus_n.txt
blob: 9900dbca0b88f4c66fa6ca21f86a1668e60643a4 [
file
] [
log
] [
blame
]
# The intent here is to verify that 'go test -n' works without crashing.
# Any test will do.
go test -n x_test.go
-- x_test.go --
package x_test
import (
"testing"
)
func TestEmpty(t *testing.T) {
}