Skip to content

Commit

Permalink
test stream::rawsize()
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Nov 3, 2024
1 parent ad59f92 commit 5a844f8
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 @@ -666,6 +666,7 @@ namespace
assert(s.rawtell() == -1);
assert(s.seek(0,0) == false);
assert(s.size() == -1);
assert(s.rawsize() == -1);
assert(s.read(nullptr, 0) == 0);
assert(s.write(nullptr, 0) == 0);
assert(s.flush() == true);
Expand Down

0 comments on commit 5a844f8

Please sign in to comment.