]> Cypherpunks repositories - gostls13.git/commit
runtime: do not use a relative import in testdata
authorBryan C. Mills <bcmills@google.com>
Tue, 5 Mar 2019 22:45:39 +0000 (17:45 -0500)
committerBryan C. Mills <bcmills@google.com>
Wed, 6 Mar 2019 18:56:19 +0000 (18:56 +0000)
commit52e2126a5ee7c1123ded51874ec0fe0394eabd0a
tree4857a751d3481b7b0728a53f138139061610f2a2
parentb1a783df87069e395f0fb1a033a685b35d34b2ee
runtime: do not use a relative import in testdata

Relative imports do not work in module mode. Use a fully-qualified
import path instead.

Updates #30228

Change-Id: I0a42ffa521a7b513395e7e1788022d24cbb1f31a
Reviewed-on: https://go-review.googlesource.com/c/go/+/165817
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/runtime/testdata/testprogcgo/dll_windows.go