Skip to content

Commit

Permalink
rm log with path
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouronghua committed Oct 21, 2024
1 parent df1544b commit 35646c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googletest/src/gtest_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 35646c5

Please sign in to comment.