blob: 72036d1d8dbdc7469dfac3db4d9aa3a0e57ab282 [file] [log] [blame]
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/...$'