golang/test/fixedbugs/issue16133.dir
Robert Griesemer 1f446432dd cmd/compile: fix error msg mentioning different packages with same name
This is a regression from 1.6. The respective code in importimport
(export.go) was not exactly replicated with the new importer. Also
copied over the missing cyclic import check.

Added test cases.

Fixes #16133.

Change-Id: I1e0a39ff1275ca62a8054874294d400ed83fb26a
Reviewed-on: https://go-review.googlesource.com/24312
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
2016-06-22 00:12:55 +00:00
..
a1.go cmd/compile: fix error msg mentioning different packages with same name 2016-06-22 00:12:55 +00:00
a2.go cmd/compile: fix error msg mentioning different packages with same name 2016-06-22 00:12:55 +00:00
b.go cmd/compile: fix error msg mentioning different packages with same name 2016-06-22 00:12:55 +00:00
c.go cmd/compile: fix error msg mentioning different packages with same name 2016-06-22 00:12:55 +00:00