We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe37c9e commit 7e51fbdCopy full SHA for 7e51fbd
gopls/internal/regtest/runner.go
@@ -8,7 +8,6 @@ import (
8
"bytes"
9
"context"
10
"fmt"
11
- exec "golang.org/x/sys/execabs"
12
"io"
13
"io/ioutil"
14
"net"
@@ -20,6 +19,8 @@ import (
20
19
"testing"
21
"time"
22
+ exec "golang.org/x/sys/execabs"
23
+
24
"golang.org/x/tools/gopls/internal/hooks"
25
"golang.org/x/tools/internal/jsonrpc2"
26
"golang.org/x/tools/internal/jsonrpc2/servertest"
@@ -308,7 +309,6 @@ var longBuilders = map[string]string{
308
309
"netbsd-arm-bsiegert": "",
310
"solaris-amd64-oraclerel": "",
311
"windows-arm-zx2c4": "",
- "android-amd64-emu": "golang.org/issue/43554",
312
}
313
314
func checkBuilder(t *testing.T) {
0 commit comments