Skip to content

Commit

Permalink
fixed gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaobfly committed Apr 1, 2021
1 parent 18afd83 commit 19b2ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities.cc
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const char* ProgramInvocationShortName() {
}

bool IsGoogleLoggingInitialized() {
return g_program_invocation_short_name.empty();
return !g_program_invocation_short_name.empty();
}

#ifdef OS_WINDOWS
Expand Down

0 comments on commit 19b2ad7

Please sign in to comment.