aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug393.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug393.go')
-rw-r--r--test/fixedbugs/bug393.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug393.go b/test/fixedbugs/bug393.go
index e21b9c4a41..45d8015790 100644
--- a/test/fixedbugs/bug393.go
+++ b/test/fixedbugs/bug393.go
@@ -7,7 +7,7 @@
// issue 2672
// was trying binary search with an interface type
-package main
+package bug393
func f(x interface{}) int {
switch x {