aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/build_negative_p.txt
blob: 9123907dc87a40e41803c145433602aada4db3dd (plain)
1
2
3
4
5
! go build -p=-1 example.go
stderr 'go: -p must be a positive integer: -1'

-- example.go --
package example