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 c209cdf commit c06db1cCopy full SHA for c06db1c
proxy_test.go
@@ -1,3 +1,5 @@
1
+// +build !race
2
+
3
/*
4
*
5
* Copyright 2017 gRPC authors.
test/end2end_test.go
@@ -103,7 +103,7 @@ var (
103
})
104
)
105
106
-var raceMode bool // set by race_test.go in race mode
+var raceMode bool // set by race.go in race mode
107
108
type testServer struct {
109
security string // indicate the authentication protocol used by this server.
0 commit comments