blob: b9c5361492be9cfce28f3d94c204cc11be2cdcb9 [file] [log] [blame]
# https://golang.org/issue/37641: the paths "example" and "test" are reserved
# for end users, and must never exist in the standard library.
go list example/... test/...
stderr 'go: warning: "example/..." matched no packages$'
stderr 'go: warning: "test/..." matched no packages$'
! stdout .