diff --git a/go/internal/gccgoimporter/importer_test.go b/go/internal/gccgoimporter/importer_test.go index c05694aead2..73aa9d158ba 100644 --- a/go/internal/gccgoimporter/importer_test.go +++ b/go/internal/gccgoimporter/importer_test.go @@ -162,7 +162,7 @@ func TestObjImporter(t *testing.T) { for _, test := range importerTests { // Support for type aliases was added in GCC 7. - if test.pkgpath == "aliases" || test.pkgpath == "issue27856" { + if test.pkgpath == "aliases" || test.pkgpath == "issue27856" || test.pkgpath == "issue29198" { if major < 7 { t.Logf("skipping %q: not supported before gccgo version 7", test.pkgpath) continue