internal: move leakcheck to internal/ (#2129)

internal: move leakcheck to internal/
This commit is contained in:
Jean de Klerk
2018-06-07 16:57:56 -07:00
committed by GitHub
parent 26ac8d285c
commit 0e5a36b652
17 changed files with 15 additions and 15 deletions

View File

@ -27,8 +27,8 @@ import (
"testing"
"time"
"google.golang.org/grpc/internal/leakcheck"
"google.golang.org/grpc/resolver"
"google.golang.org/grpc/test/leakcheck"
)
func TestMain(m *testing.M) {