rm log with path

This commit is contained in:
ronghua.zhou 2024-08-26 03:04:26 +00:00
parent df1544bcee
commit 35646c5804

View file

@ -59,7 +59,7 @@ GTEST_API_ int main() {
// Normal platforms: program entry point is main, argc/argv are initialized.
GTEST_API_ int main(int argc, char **argv) {
printf("Running main() from %s\n", __FILE__);
// printf("Running main() from %s\n", __FILE__);
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}