File tree 2 files changed +0
-91
lines changed
gopls/internal/regtest/misc
2 files changed +0
-91
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import (
15
15
// that includes a line directive, which makes no difference since
16
16
// gopls ignores line directives.
17
17
func TestHoverFailure (t * testing.T ) {
18
- t .Skip ("line directives //line " )
19
18
const mod = `
20
19
-- go.mod --
21
20
module mod.com
@@ -48,7 +47,6 @@ func main() {
48
47
// This test demonstrates a case where gopls is not at all confused by
49
48
// line directives, because it completely ignores them.
50
49
func TestFailingDiagnosticClearingOnEdit (t * testing.T ) {
51
- t .Skip ("line directives //line " )
52
50
// badPackageDup contains a duplicate definition of the 'a' const.
53
51
// This is a minor variant of TestDiagnosticClearingOnEdit from
54
52
// diagnostics_test.go, with a line directive, which makes no difference.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments