summaryrefslogtreecommitdiff
path: root/absl/log/check_test.cc
diff options
context:
space:
mode:
authorGravatar Andy Getzendanner <durandal@google.com>2023-05-19 18:53:34 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2023-05-19 18:54:21 -0700
commit68be7315913c8ef8a791a0fb60d98e98787d88b6 (patch)
tree9a5b3fec68e69ec6c37e28db407ba04872626440 /absl/log/check_test.cc
parent15d26cdd0179f83b328f3b62ae7d08388ffeef0b (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/check_test.cc')
-rw-r--r--absl/log/check_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/log/check_test.cc b/absl/log/check_test.cc
index f44a686e..ef415bd4 100644
--- a/absl/log/check_test.cc
+++ b/absl/log/check_test.cc
@@ -55,4 +55,4 @@
#define ABSL_TEST_QCHECK_STRCASENE QCHECK_STRCASENE
#include "gtest/gtest.h"
-#include "absl/log/check_test_impl.h"
+#include "absl/log/check_test_impl.inc"