Skip to content

Commit 407e1fc

Browse files
committed
Stop dumping stack trace in test
1 parent b0891e5 commit 407e1fc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/coro/coroutines.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,8 +1443,6 @@ test "Coroutine: stack trace" {
14431443
coro.step();
14441444
}
14451445

1446-
std.debug.dumpStackTrace(&test_data.trace);
1447-
14481446
const trace_len = test_data.trace.return_addresses.len;
14491447
std.testing.expect(trace_len > 1 and trace_len < 7) catch |err| {
14501448
std.debug.dumpStackTrace(&test_data.trace);

0 commit comments

Comments
 (0)