Skip to content

Commit a34b52f

Browse files
committed
fixup build
1 parent 13e2854 commit a34b52f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/tools/gopackagesdriver/gopackagesdriver_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ func TestOverlay(t *testing.T) {
303303
// TestIncompatible checks that a target that can be queried but not analyzed
304304
// does not appear in .Roots.
305305
func TestIncompatible(t *testing.T) {
306-
resp := runForTest(t, DriverRequest{}, ".", "./...")
306+
resp := runForTest(t, packages.DriverRequest{}, ".", "./...")
307307

308308
rootLabels := make(map[string]bool)
309309
for _, root := range resp.Roots {
@@ -326,6 +326,7 @@ func TestIncompatible(t *testing.T) {
326326
t.Fatalf("response contains root %s", incompatibleLabel)
327327
}
328328
}
329+
329330
func runForTest(t *testing.T, driverRequest packages.DriverRequest, relativeWorkingDir string, args ...string) packages.DriverResponse {
330331
t.Helper()
331332

0 commit comments

Comments
 (0)