summaryrefslogtreecommitdiff
path: root/absl/base/raw_logging_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/base/raw_logging_test.cc')
-rw-r--r--absl/base/raw_logging_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/base/raw_logging_test.cc b/absl/base/raw_logging_test.cc
index ebbc5db9..b21cf651 100644
--- a/absl/base/raw_logging_test.cc
+++ b/absl/base/raw_logging_test.cc
@@ -40,7 +40,7 @@ TEST(RawLoggingCompilationTest, PassingCheck) {
}
// Not all platforms support output from raw log, so we don't verify any
-// particular output for RAW check failures (expecting the empty std::string
+// particular output for RAW check failures (expecting the empty string
// accomplishes this). This test is primarily a compilation test, but we
// are verifying process death when EXPECT_DEATH works for a platform.
const char kExpectedDeathOutput[] = "";