We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbccd8c commit fe2443fCopy full SHA for fe2443f
go/internal/gccgoimporter/importer_test.go
@@ -162,7 +162,7 @@ func TestObjImporter(t *testing.T) {
162
163
for _, test := range importerTests {
164
// Support for type aliases was added in GCC 7.
165
- if test.pkgpath == "aliases" || test.pkgpath == "issue27856" {
+ if test.pkgpath == "aliases" || test.pkgpath == "issue27856" || test.pkgpath == "issue29198" {
166
if major < 7 {
167
t.Logf("skipping %q: not supported before gccgo version 7", test.pkgpath)
168
continue
0 commit comments