]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/compile/internal/syntax/testdata/issue31092.go
cmd/compile/internal/syntax: fix/update various comments
[gostls13.git] / src / cmd / compile / internal / syntax / testdata / issue31092.go
index b1839b8f468290d97ff2cca2bec70401e402b7e7..0bd40bd7cd629ef4ef516b51f1c793778aac776a 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// Test cases for issue 31092: Better synchronization of
+// Test cases for go.dev/issue/31092: Better synchronization of
 // parser after seeing an := rather than an = in a const,
 // type, or variable declaration.