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) {
}