We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b8b1d commit b2c3dedCopy full SHA for b2c3ded
test/unit/tracing/rethrow.cpp
@@ -153,7 +153,6 @@ TEST(Rethrow, RethrowTraceCorrect) {
153
EXPECT_TRUE(cpptrace::current_exception_was_rethrown());
154
EXPECT_EQ(e.what(), "foobar"sv);
155
auto rethrow_trace = cpptrace::from_current_exception_rethrow();
156
- rethrow_trace.print();
157
ASSERT_GE(rethrow_trace.frames.size(), 4);
158
// reverse to get the last one matching instead of "`stacktrace_from_current_rethrow_2'::`1'::catch$4()" on msvc
159
auto rit = std::find_if(
0 commit comments