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

Fixed undeclared identifier error
This commit is contained in:
Sergiu Deitsch 2018-01-02 02:21:51 +01:00 committed by GitHub
commit f3bd836de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";