diff options
author | Andy Getzendanner <durandal@google.com> | 2023-05-19 18:53:34 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-05-19 18:54:21 -0700 |
commit | 68be7315913c8ef8a791a0fb60d98e98787d88b6 (patch) | |
tree | 9a5b3fec68e69ec6c37e28db407ba04872626440 /absl/log/absl_check_test.cc | |
parent | 15d26cdd0179f83b328f3b62ae7d08388ffeef0b (diff) |
Rename ABSL_*_IMPL macros to match the other ABSL_LOG_INTERNAL_* macros and to make sure it's clear that they're internal.
Also rename the log and check test files from .h to .inc per https://google.github.io/styleguide/cppguide.html#Self_contained_Headers.
PiperOrigin-RevId: 533603350
Change-Id: Iad5d8b683e33b63784cc8e64b84da09f5fc3bf1e
Diffstat (limited to 'absl/log/absl_check_test.cc')
-rw-r--r-- | absl/log/absl_check_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/log/absl_check_test.cc b/absl/log/absl_check_test.cc index 8ddacdb1..d84940fa 100644 --- a/absl/log/absl_check_test.cc +++ b/absl/log/absl_check_test.cc @@ -55,4 +55,4 @@ #define ABSL_TEST_QCHECK_STRCASENE ABSL_QCHECK_STRCASENE #include "gtest/gtest.h" -#include "absl/log/check_test_impl.h" +#include "absl/log/check_test_impl.inc" |