diff options
Diffstat (limited to 'absl/log/BUILD.bazel')
-rw-r--r-- | absl/log/BUILD.bazel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/log/BUILD.bazel b/absl/log/BUILD.bazel index 4813111f..560f6c44 100644 --- a/absl/log/BUILD.bazel +++ b/absl/log/BUILD.bazel @@ -289,7 +289,7 @@ cc_library( "no_test_ios", "no_test_wasm", ], - textual_hdrs = ["check_test_impl.h"], + textual_hdrs = ["check_test_impl.inc"], visibility = ["//visibility:private"], deps = [ "//absl/base:config", @@ -373,7 +373,7 @@ cc_library( testonly = True, copts = ABSL_TEST_COPTS, linkopts = ABSL_DEFAULT_LINKOPTS, - textual_hdrs = ["log_basic_test_impl.h"], + textual_hdrs = ["log_basic_test_impl.inc"], visibility = ["//visibility:private"], deps = [ "//absl/base", |