aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug267.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug267.go')
-rw-r--r--test/fixedbugs/bug267.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug267.go b/test/fixedbugs/bug267.go
index cf8bf841f8..b61216a9d5 100644
--- a/test/fixedbugs/bug267.go
+++ b/test/fixedbugs/bug267.go
@@ -10,7 +10,7 @@ type T []int
var a []bool
-func _() {
+func f1() {
if a[T{42}[0]] {
}
// if (a[T{42}[0]]) {} // this compiles