Skip to content

Commit

Permalink
test stream::size()
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Nov 3, 2024
1 parent 44ec36b commit ad59f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ namespace
assert(s.tell() == -1);
assert(s.rawtell() == -1);
assert(s.seek(0,0) == false);
assert(s.size() == -1);
assert(s.read(nullptr, 0) == 0);
assert(s.write(nullptr, 0) == 0);
assert(s.flush() == true);
Expand Down

0 comments on commit ad59f92

Please sign in to comment.