mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 05:20:34 +00:00
fixups
This commit is contained in:
parent
fd61a084e4
commit
4a0bb62584
@ -408,7 +408,7 @@ test "io.BufferedInStream" {
|
||||
const stream = &buf_in_stream.stream;
|
||||
|
||||
const res = try stream.readAllAlloc(allocator, str.len + 1);
|
||||
debug.assertOrPanic(mem.eql(u8, str, res));
|
||||
testing.expectEqualSlices(u8, str, res);
|
||||
}
|
||||
|
||||
/// Creates a stream which supports 'un-reading' data, so that it can be read again.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user