diff options
Diffstat (limited to 'test/fixedbugs/bug071.go')
| -rw-r--r-- | test/fixedbugs/bug071.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug071.go b/test/fixedbugs/bug071.go index 8af54626ee..665a441bdb 100644 --- a/test/fixedbugs/bug071.go +++ b/test/fixedbugs/bug071.go @@ -14,7 +14,7 @@ func (u *rat) pr() { } type dch struct { - dat *chan *rat; + dat chan *rat; } func dosplit(in *dch){ |
