aboutsummaryrefslogtreecommitdiff
path: root/test/label.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/label.go')
-rw-r--r--test/label.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/label.go b/test/label.go
index 11716cc2c5..7deead6fba 100644
--- a/test/label.go
+++ b/test/label.go
@@ -61,5 +61,5 @@ L10:
goto L10
- goto go2 // ERROR "label go2 not defined"
+ goto go2 // ERROR "label go2 not defined|reference to undefined label .*go2"
}