...

Text file src/cmd/go/testdata/script/list_test_e.txt

Documentation: cmd/go/testdata/script

     1env GO111MODULE=off
     2
     3# issue 25980: crash in go list -e -test
     4go list -e -test -deps -f '{{.Error}}' p
     5stdout '^p[/\\]d_test.go:2:8: cannot find package "d" in any of:'
     6
     7-- p/d.go --
     8package d
     9-- p/d_test.go --
    10package d_test
    11import _ "d"

View as plain text