Merge pull request #281 from sergiud/msvc-error-define
Fixed undeclared identifier error
This commit is contained in:
commit
f3bd836de4
@ -273,7 +273,7 @@ void TestLogging(bool check_counts) {
|
|||||||
<< setw(1) << hex << j;
|
<< setw(1) << hex << j;
|
||||||
|
|
||||||
{
|
{
|
||||||
google::LogMessage outer(__FILE__, __LINE__, google::ERROR);
|
google::LogMessage outer(__FILE__, __LINE__, GLOG_ERROR);
|
||||||
outer.stream() << "outer";
|
outer.stream() << "outer";
|
||||||
|
|
||||||
LOG(ERROR) << "inner";
|
LOG(ERROR) << "inner";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user