diff options
Diffstat (limited to 'test/fixedbugs/bug112.go')
| -rw-r--r-- | test/fixedbugs/bug112.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug112.go b/test/fixedbugs/bug112.go index 3c932843c..61f4d00cc 100644 --- a/test/fixedbugs/bug112.go +++ b/test/fixedbugs/bug112.go @@ -7,7 +7,7 @@ package main type T struct { s string } -var t = T{"hi"} +var t = T("hi") func main() {} |
