There was an error while loading. Please reload this page.
1 parent b0891e5 commit 407e1fcCopy full SHA for 407e1fc
1 file changed
src/coro/coroutines.zig
@@ -1443,8 +1443,6 @@ test "Coroutine: stack trace" {
1443
coro.step();
1444
}
1445
1446
- std.debug.dumpStackTrace(&test_data.trace);
1447
-
1448
const trace_len = test_data.trace.return_addresses.len;
1449
std.testing.expect(trace_len > 1 and trace_len < 7) catch |err| {
1450
std.debug.dumpStackTrace(&test_data.trace);
0 commit comments