DescriptionTweak test to work with both 6g and gccgo.
Pull the struct into a single line, since 6g reports the error
on the last line of the struct definition and gccgo reports it
on the first line.
6g:
bug215.go:12: invalid recursive type A
gccgo:
bug215.go:12:6: error: invalid recursive type ‘A’
Patch Set 1 #Patch Set 2 : code review 180044: Tweak test to work with both 6g and gccgo. #Patch Set 3 : code review 180044: Tweak test to work with both 6g and gccgo. #
MessagesTotal messages: 3
|