aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/run_dirs.txt
blob: 538a6ac6f39cc803b2740d35e32428b6ceb8c09f (plain)
1
2
3
4
5
6
7
8
9
10
11
cd rundir

! go run x.go sub/sub.go
stderr 'named files must all be in one directory; have ./ and sub/'
! go run sub/sub.go x.go
stderr 'named files must all be in one directory; have sub/ and ./'

-- rundir/sub/sub.go --
package main
-- rundir/x.go --
package main