]> Cypherpunks repositories - gostls13.git/commit
test: only check for issue11362 error with gc
authorIan Lance Taylor <iant@golang.org>
Tue, 15 Dec 2020 05:43:50 +0000 (21:43 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 15 Dec 2020 20:46:33 +0000 (20:46 +0000)
commit8e2d74b705ea669c7b5e56c81c59a350d5192352
treeaea95940204bdad471104127512ee818060593e5
parentf8ac2370324ad9b058fe9b943f5807ac28a88f6f
test: only check for issue11362 error with gc

With the gc compiler the import path implies the package path,
so keeping a canonical path is important.  With the gofrontend
this is not the case, so we don't need to report this as a bug.

Change-Id: I245e34f9b66383bd17e79438d4b002a3e20aa994
Reviewed-on: https://go-review.googlesource.com/c/go/+/278115
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
test/fixedbugs/issue11362.go