logging_unittest: fixed undeclared identifier error (fixes #267)
This commit is contained in:
parent
d0531421fd
commit
85d49f7a47
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user