aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue30898.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue30898.go')
-rw-r--r--test/fixedbugs/issue30898.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue30898.go b/test/fixedbugs/issue30898.go
index b6376d3f9e..c7f6f2d371 100644
--- a/test/fixedbugs/issue30898.go
+++ b/test/fixedbugs/issue30898.go
@@ -15,5 +15,5 @@ func debugf(format string, args ...interface{}) { // ERROR "can inline debugf" "
func bar() { // ERROR "can inline bar"
value := 10
- debugf("value is %d", value) // ERROR "inlining call to debugf" "value does not escape" "\[\]interface {}{...} does not escape"
+ debugf("value is %d", value) // ERROR "inlining call to debugf" "value does not escape" "\.\.\. argument does not escape"
}