aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/run_wildcard.txt
blob: 72036d1d8dbdc7469dfac3db4d9aa3a0e57ab282 (plain)
1
2
3
4
5
6
7
env GO111MODULE=off

# Fix for https://github.com/golang/go/issues/28696:
# go run x/... should not panic when directory x doesn't exist.

! go run nonexistent/...
stderr '^go run: no packages loaded from nonexistent/...$'