]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/label.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / label.go
index c3c0c27edd263b87a3d2477b6ce6014833d9c816..7deead6fba9053367c67febd39a61bbb19a27a2f 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
@@ -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"
 }