From 35646c580435f2d7e1070a5749f8adcbca88675f Mon Sep 17 00:00:00 2001 From: "ronghua.zhou" Date: Mon, 26 Aug 2024 03:04:26 +0000 Subject: [PATCH] rm log with path --- googletest/src/gtest_main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletest/src/gtest_main.cc b/googletest/src/gtest_main.cc index 8141caf4ca..e4d5999f1f 100644 --- a/googletest/src/gtest_main.cc +++ b/googletest/src/gtest_main.cc @@ -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(); }