Skip to content

Commit

Permalink
test stream::rwops
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Nov 3, 2024
1 parent 5a844f8 commit 9e18b0f
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 @@ -675,6 +675,7 @@ namespace
assert(s.putstring("a") == false);
assert(s.putline("a") == false);
assert(s.getcrc() == 0);
assert(s.rwops() != nullptr);
//templates
std::array<int, 2> d;
assert(s.put<int>(d.data(), 2) == false);
Expand Down

0 comments on commit 9e18b0f

Please sign in to comment.