small tweaks, OSS merge cl 206357486

This commit is contained in:
Gennadiy Civil 2018-07-30 13:31:46 -04:00
parent ec13264af4
commit b7cb1bc6f9

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();
}