summaryrefslogtreecommitdiff
path: root/test/bugs/bug111.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/bugs/bug111.go')
-rw-r--r--test/bugs/bug111.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bugs/bug111.go b/test/bugs/bug111.go
index e49357aa9..39da9b4dd 100644
--- a/test/bugs/bug111.go
+++ b/test/bugs/bug111.go
@@ -17,7 +17,7 @@ export type Stucky struct {
}
func (s *Stucky) Me() Iffy {
- ncall++
+ ncall++;
return s
}