summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug053.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug053.go')
-rw-r--r--test/fixedbugs/bug053.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug053.go b/test/fixedbugs/bug053.go
index fe6ca4999..602b0a130 100644
--- a/test/fixedbugs/bug053.go
+++ b/test/fixedbugs/bug053.go
@@ -7,5 +7,5 @@
package main
func main() {
- var len int; // len should not be a keyword - this doesn't compile
+ var len int; // len should not be a keyword - this doesn't compile
}