Skip to content

Commit 7efffe1

Browse files
author
Dung Le
committed
gopls/internal/regtest: harmless CL used for benchmark test
Change-Id: I906fc5ea114e322ff8b05c62bc68e0fd8c0aa032 Reviewed-on: https://go-review.googlesource.com/c/tools/+/459015 gopls-CI: kokoro <[email protected]> Reviewed-by: Michael Pratt <[email protected]> Run-TryBot: Dylan Le <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 1627e95 commit 7efffe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gopls/internal/regtest/misc/rename_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,7 @@ func main() {
658658
// Check if the new package name exists.
659659
env.RegexpSearch("nested/a.go", "package nested")
660660
env.RegexpSearch("main.go", "mod.com/nested")
661+
661662
env.RegexpSearch("main.go", `_ "mod.com/nested"`)
662663
env.RegexpSearch("main.go", `lib1 "mod.com/nested/nested"`)
663664
})

0 commit comments

Comments
 (0)