Merge pull request #1691 from gennadiycivil/master

small tweaks, OSS merge cl 206357486
This commit is contained in:
Gennadiy Civil 2018-07-30 13:57:17 -04:00 committed by GitHub
commit 4f160f7370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
#include "gtest/gtest.h"
GTEST_API_ int main(int argc, char **argv) {
printf("Running main() from gtest_main.cc\n");
printf("Running main() from %s\n", __FILE__);
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}