Skip to content

Commit

Permalink
Merge pull request #281 from sergiud/msvc-error-define
Browse files Browse the repository at this point in the history
Fixed undeclared identifier error
  • Loading branch information
sergiud authored Jan 2, 2018
2 parents 0a9f710 + 85d49f7 commit f3bd836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit f3bd836

Please sign in to comment.