mirror of
https://github.com/google/googletest.git
synced 2025-04-05 05:25:03 +00:00
rm log with path
This commit is contained in:
parent
df1544bcee
commit
35646c5804
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue