blob: d75bcff934fd7eec4f18b93d02bf00b5037ee005 [file] [log] [blame]
# Tests issue #26242
go test testnorun
stdout 'testnorun\t\[no test files\]'
-- testnorun/p.go --
package p
func init() {
panic("go test must not link and run test binaries without tests")
}