mirror of
https://github.com/google/googletest.git
synced 2025-12-06 16:57:00 +08:00
rm log with path
This commit is contained in:
parent
df1544bcee
commit
35646c5804
@ -59,7 +59,7 @@ GTEST_API_ int main() {
|
|||||||
// Normal platforms: program entry point is main, argc/argv are initialized.
|
// Normal platforms: program entry point is main, argc/argv are initialized.
|
||||||
|
|
||||||
GTEST_API_ int main(int argc, char **argv) {
|
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);
|
testing::InitGoogleTest(&argc, argv);
|
||||||
return RUN_ALL_TESTS();
|
return RUN_ALL_TESTS();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user