internal/lsp/testdata: remove diagnostic from percent package

The percent package has an invalid import path and a disallowed
character in a source file. In CL 258298, I am changing cmd/go to
diagnose invalid import paths during loading (instead of during
missing-import resolution), and as a result 'go list' will no longer
attempt to load or enumerate the source files for that package.

It is important that gopls and 'go list' not crash when attempting to
load a package with an invalid path, but gopls should not assume that
'go list' will produce anything more than an error for it.

For golang/go#37438
For golang/go#41576

Change-Id: I8af8896ea7108f1588e0085ddc1bf1b9ff55d5b9
Reviewed-on: https://go-review.googlesource.com/c/tools/+/258717
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
diff --git a/internal/lsp/testdata/%percent/perc%ent.go b/internal/lsp/testdata/%percent/perc%ent.go
index 4fe88d0..93b5e55 100644
--- a/internal/lsp/testdata/%percent/perc%ent.go
+++ b/internal/lsp/testdata/%percent/perc%ent.go
@@ -1,8 +1 @@
 package percent
-
-import (
-)
-
-func _() {
-	var x int //@diag("x", "compiler", "x declared but not used", "error")
-}
\ No newline at end of file
diff --git a/internal/lsp/testdata/summary.txt.golden b/internal/lsp/testdata/summary.txt.golden
index 59d58c4..d302acf 100644
--- a/internal/lsp/testdata/summary.txt.golden
+++ b/internal/lsp/testdata/summary.txt.golden
@@ -8,7 +8,7 @@
 FuzzyCompletionsCount = 8
 RankedCompletionsCount = 157
 CaseSensitiveCompletionsCount = 4
-DiagnosticsCount = 44
+DiagnosticsCount = 43
 FoldingRangesCount = 2
 FormatCount = 6
 ImportCount = 8