Skip to content

Commit b2c3ded

Browse files
committed
Remove old print in a test
1 parent e7b8b1d commit b2c3ded

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/tracing/rethrow.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ TEST(Rethrow, RethrowTraceCorrect) {
153153
EXPECT_TRUE(cpptrace::current_exception_was_rethrown());
154154
EXPECT_EQ(e.what(), "foobar"sv);
155155
auto rethrow_trace = cpptrace::from_current_exception_rethrow();
156-
rethrow_trace.print();
157156
ASSERT_GE(rethrow_trace.frames.size(), 4);
158157
// reverse to get the last one matching instead of "`stacktrace_from_current_rethrow_2'::`1'::catch$4()" on msvc
159158
auto rit = std::find_if(

0 commit comments

Comments
 (0)