summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug039.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug039.go')
-rw-r--r--test/fixedbugs/bug039.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug039.go b/test/fixedbugs/bug039.go
index 30fbdbd3f..7ac02ceeb 100644
--- a/test/fixedbugs/bug039.go
+++ b/test/fixedbugs/bug039.go
@@ -6,6 +6,6 @@
package main
-func main (x int) { // GCCGO_ERROR "previous"
+func f (x int) { // GCCGO_ERROR "previous"
var x int; // ERROR "redecl|redefinition"
}