aboutsummaryrefslogtreecommitdiff
path: root/gopls/internal/regtest/misc/debugserver_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'gopls/internal/regtest/misc/debugserver_test.go')
-rw-r--r--gopls/internal/regtest/misc/debugserver_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/gopls/internal/regtest/misc/debugserver_test.go b/gopls/internal/regtest/misc/debugserver_test.go
index c0df87070..519f79447 100644
--- a/gopls/internal/regtest/misc/debugserver_test.go
+++ b/gopls/internal/regtest/misc/debugserver_test.go
@@ -8,10 +8,10 @@ import (
"net/http"
"testing"
- "golang.org/x/tools/internal/lsp/command"
- "golang.org/x/tools/internal/lsp/protocol"
+ "golang.org/x/tools/gopls/internal/lsp/command"
+ "golang.org/x/tools/gopls/internal/lsp/protocol"
- . "golang.org/x/tools/internal/lsp/regtest"
+ . "golang.org/x/tools/gopls/internal/lsp/regtest"
)
func TestStartDebugging(t *testing.T) {