logging_unittest: fixed undeclared identifier error (fixes #267)

This commit is contained in:
Sergiu Deitsch 2018-01-02 02:18:00 +01:00
parent d0531421fd
commit 85d49f7a47

View File

@ -273,7 +273,7 @@ void TestLogging(bool check_counts) {
<< setw(1) << hex << j;
{
google::LogMessage outer(__FILE__, __LINE__, google::ERROR);
google::LogMessage outer(__FILE__, __LINE__, GLOG_ERROR);
outer.stream() << "outer";
LOG(ERROR) << "inner";