gopls/internal/test/integration/workspace: fix broken test
(Semantic conflict between two CL 711340 and CL 711320.)
Fixes golang/go#75911
diff --git a/gopls/internal/test/integration/workspace/standalone_test.go b/gopls/internal/test/integration/workspace/standalone_test.go
index 6cd8e7f..9a4f3b7 100644
--- a/gopls/internal/test/integration/workspace/standalone_test.go
+++ b/gopls/internal/test/integration/workspace/standalone_test.go
@@ -29,7 +29,6 @@
}
-- lib/ignore.go --
//go:build ignore
-// +build ignore
package main
@@ -164,7 +163,6 @@
package lib // without this package, files are loaded as command-line-arguments
-- ignore.go --
//go:build ignore
-// +build ignore
package main
@@ -173,7 +171,6 @@
func main() {}
-- standalone.go --
//go:build standalone
-// +build standalone
package main
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
gopls/internal/test/integration/workspace: fix broken test
(Semantic conflict between CL 711340 and CL 711320.)
Fixes golang/go#75911
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |