mirror of
https://github.com/golang/go
synced 2024-11-18 16:04:44 -07:00
go/internal/gccgoimporter: add missing testfile (fix 1.9 build)
Change-Id: Icba8d6917dcac4b8f541fc11305981539a12924a Reviewed-on: https://go-review.googlesource.com/36116 Run-TryBot: Robert Griesemer <gri@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
f8ed2e405f
commit
b55a2aaa40
4
go/internal/gccgoimporter/testdata/alias.gox
vendored
Normal file
4
go/internal/gccgoimporter/testdata/alias.gox
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
v1;
|
||||
package alias;
|
||||
pkgpath alias;
|
||||
type <type 115 "I1" <type 116 interface { M1 (? <type 117 "IntAlias2" = <type 118 "IntAlias" = <type 119 "Int" <type -11>>>>) < type 114>; M2 () <type 1>; }>>;
|
Loading…
Reference in New Issue
Block a user