diff options
Diffstat (limited to 'test/fixedbugs/bug054.go')
| -rw-r--r-- | test/fixedbugs/bug054.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug054.go b/test/fixedbugs/bug054.go index a91773e22..decf5841d 100644 --- a/test/fixedbugs/bug054.go +++ b/test/fixedbugs/bug054.go @@ -10,7 +10,7 @@ type Element interface { } type Vector struct { - elem *[]Element; + elem []Element; } func (v *Vector) At(i int) Element { |
