]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/run.go
[dev.typeparams] all: merge master (785a8f6) into dev.typeparams
[gostls13.git] / test / run.go
index 656519e301722c9ed4c1e089d78775e43f83756b..1273b8edd6b843b1a8394ea64892d49576cf23a0 100644 (file)
@@ -2089,6 +2089,7 @@ var excludedFiles = map[string]bool{
        "fixedbugs/issue7525d.go":  true, // types2 reports init cycle error on different line - ok otherwise
        "fixedbugs/issue7525e.go":  true, // types2 reports init cycle error on different line - ok otherwise
        "fixedbugs/issue7525.go":   true, // types2 reports init cycle error on different line - ok otherwise
+       "fixedbugs/issue46749.go":  true, // types2 reports can not convert error instead of type mismatched
        "fixedbugs/issue9691.go":   true, // "cannot assign to int(.autotmp_4)" (probably irgen's fault)
 
        // tests that rely on -m diagnostics, which currently differ with -G=3