Sign in
go
/
vgo
/
045754d578a9e57344a06320e4dadfdec1da6891
/
.
/
vendor
/
cmd
/
go
/
testdata
/
script
/
list_test_e.txt
blob: f1473322c65fbaf93c4956701d032cee648c8c9d [
file
] [
log
] [
blame
]
# issue 25980: crash in go list -e -test
go list -e -test -f '{{.Error}}' p
stdout '^p[/\\]d_test.go:2:8: cannot find package "d" in any of:'
-- p/d.go --
package d
-- p/d_test.go --
package d_test
import _ "d"