Skip to content

Commit

Permalink
update test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
karlseguin committed Nov 30, 2024
1 parent 5af6d11 commit 5342bc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_runner.zig
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ pub fn main() !void {
var skip: usize = 0;
var leak: usize = 0;

try std.posix.getrandom(std.mem.asBytes(&std.testing.random_seed));

const printer = Printer.init();
printer.fmt("\r\x1b[0K", .{}); // beginning of line and clear to end of line

Expand Down

0 comments on commit 5342bc5

Please sign in to comment.