]> Cypherpunks.ru repositories - gostls13.git/commit
test: import file name for issue19028
authorIan Lance Taylor <iant@golang.org>
Tue, 15 Dec 2020 03:18:20 +0000 (19:18 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 15 Dec 2020 20:45:24 +0000 (20:45 +0000)
commitf8ac2370324ad9b058fe9b943f5807ac28a88f6f
treec40d44bfe9b9ce799ad9fd9e9a1801e74aae449f
parenta508840c671f4ec4b923daa04c0ac17378ab52b4
test: import file name for issue19028

The pattern in NNN.dir directories is that if we have a.go,
the other files import "./a". For gc it happens to work to use a path,
but not for gofrontend. Better to be consistent.

Change-Id: I2e023cbf6bd115f9fb77427b097b0ff9b9992f17
Reviewed-on: https://go-review.googlesource.com/c/go/+/278113
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
test/fixedbugs/issue19028.dir/main.go