summaryrefslogtreecommitdiffstats
path: root/src/cmd/go/testdata/script/list_reserved.txt
blob: b9c5361492be9cfce28f3d94c204cc11be2cdcb9 (plain)
1
2
3
4
5
6
7
# 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 .