summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug459.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug459.go')
-rw-r--r--test/fixedbugs/bug459.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug459.go b/test/fixedbugs/bug459.go
index 80abe5d51..014f2ef01 100644
--- a/test/fixedbugs/bug459.go
+++ b/test/fixedbugs/bug459.go
@@ -9,7 +9,7 @@
package flag
-var commandLine = NewFlagSet() // ERROR "loop"
+var commandLine = NewFlagSet() // ERROR "loop|depends upon itself"
type FlagSet struct {
}