Skip to content

Commit 73bb224

Browse files
Moved gtest_prod from hdrs to srcs (googleapis#8)
1 parent 459712a commit 73bb224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gax/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ cc_library(
2020
name = "gax",
2121
srcs = [
2222
"backoff_policy.cc",
23+
"internal/gtest_prod.h",
2324
"status.cc",
2425
],
2526
hdrs = [
2627
"backoff_policy.h",
27-
"internal/gtest_prod.h",
2828
"retry_policy.h",
2929
"status.h",
3030
],

0 commit comments

Comments
 (0)