summaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue5581.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue5581.go')
-rw-r--r--test/fixedbugs/issue5581.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue5581.go b/test/fixedbugs/issue5581.go
index 8c2d59729..36a4ad671 100644
--- a/test/fixedbugs/issue5581.go
+++ b/test/fixedbugs/issue5581.go
@@ -26,7 +26,7 @@ type Foo struct {
type Bar struct {
A *Foo
- B chan Blah // ERROR "undefined: Blah"
+ B chan Blah // ERROR "undefined.*Blah"
}
func main() {