Index: test/fixedbugs/issue5581.go |
=================================================================== |
--- a/test/fixedbugs/issue5581.go |
+++ b/test/fixedbugs/issue5581.go |
@@ -26,7 +26,7 @@ |
type Bar struct { |
A *Foo |
- B chan Blah // ERROR "undefined: Blah" |
+ B chan Blah // ERROR "undefined.*Blah" |
} |
func main() { |