Skip to content

Commit e0917dc

Browse files
adonovangopherbot
authored andcommitted
gopls/internal/test/integration/workspace: fix broken test
(Semantic conflict between CL 711340 and CL 711320.) Fixes golang/go#75911 Change-Id: I98960730147c0c548da2660b72b36d80cb010671 Reviewed-on: https://go-review.googlesource.com/c/tools/+/712182 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Alan Donovan <adonovan@google.com> Reviewed-by: David Chase <drchase@google.com>
1 parent 828a107 commit e0917dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gopls/internal/test/integration/workspace/standalone_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ type I interface {
2929
}
3030
-- lib/ignore.go --
3131
//go:build ignore
32-
// +build ignore
3332
3433
package main
3534
@@ -164,7 +163,6 @@ go 1.18
164163
package lib // without this package, files are loaded as command-line-arguments
165164
-- ignore.go --
166165
//go:build ignore
167-
// +build ignore
168166
169167
package main
170168
@@ -173,7 +171,6 @@ package main
173171
func main() {}
174172
-- standalone.go --
175173
//go:build standalone
176-
// +build standalone
177174
178175
package main
179176

0 commit comments

Comments
 (0)