| 3847 | "... " GTEST_NAME_ " internal frames ..."; |
| 3848 | |
| 3849 | std::string OsStackTraceGetter::CurrentStackTrace(int /*max_depth*/, |
| 3850 | int /*skip_count*/) { |
| 3851 | return ""; |
| 3852 | } |
| 3853 | |
| 3854 | void OsStackTraceGetter::UponLeavingGTest() {} |
| 3855 |
no outgoing calls
no test coverage detected