diff options
Diffstat (limited to 'test/fixedbugs/bug337.go')
-rw-r--r-- | test/fixedbugs/bug337.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug337.go b/test/fixedbugs/bug337.go index 62e310e72..ca9b4b453 100644 --- a/test/fixedbugs/bug337.go +++ b/test/fixedbugs/bug337.go @@ -14,6 +14,6 @@ package main func main() { - len("foo") // ERROR "len" + len("foo") // ERROR "len|value computed is not used" } |