misc/cgo/testshared: fix tests in module mode

Updates #30228

Change-Id: I5cc739eb9fdfb648ec45e350d43d4cb02e450553
Reviewed-on: https://go-review.googlesource.com/c/163211
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Jay Conrod <jayconrod@google.com>
This commit is contained in:
Bryan C. Mills 2019-02-21 14:17:19 -05:00
parent 13d9a29060
commit ffde2ddb95
24 changed files with 275 additions and 171 deletions

View file

@ -1,5 +0,0 @@
package implicit
func I() int {
return 42
}