Unverified Commit f3bd836d authored by Sergiu Deitsch's avatar Sergiu Deitsch Committed by GitHub

Merge pull request #281 from sergiud/msvc-error-define

Fixed undeclared identifier error
parents 0a9f7103 85d49f7a
...@@ -273,7 +273,7 @@ void TestLogging(bool check_counts) { ...@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment