~alva/zig-bare

d25379e83d3bdc987b024d69bb2699da3ff65371 — ugla a month ago 4d29be0
Remove debug print
1 files changed, 0 insertions(+), 1 deletions(-)

M src/test.zig
M src/test.zig => src/test.zig +0 -1
@@ 984,7 984,6 @@ fn runZigTestOnCodeString(comptime code: []const u8) !void {
    try proc.spawn();
    const stderr = try proc.stderr.?.reader().readAllAlloc(gpa.allocator(), 0x1000);
    defer gpa.allocator().free(stderr);
    std.debug.print("??? {s}\n", .{stderr});
    const term = try proc.wait();
    try expectEqual(@as(u8, 0), term.Exited);
}