Skip to content

Commit e3dc99f

Browse files
committed
cmd/guru: update referrers-json testdata to reflect new line numbering
CL 313251 fixed the describe test, but inadvertently broke the referrers test due to changing line numbers in describe/main.go. This CL amends those line numbers. Fixes golang/go#45778 Change-Id: I1dbdd9157091e061bfa35ec0b5c4690aa09ae092 Reviewed-on: https://go-review.googlesource.com/c/tools/+/313669 Trust: Robert Findley <[email protected]> Run-TryBot: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]>
1 parent 3f1e724 commit e3dc99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/guru/testdata/src/referrers-json/main.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"package": "describe",
4444
"refs": [
4545
{
46-
"pos": "testdata/src/describe/main.go:92:8",
46+
"pos": "testdata/src/describe/main.go:95:8",
4747
"text": "\tvar _ lib.Outer // @describe lib-outer \"Outer\""
4848
}
4949
]

0 commit comments

Comments
 (0)