Skip to content

Commit

Permalink
test stream::printf
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Nov 4, 2024
1 parent 9e18b0f commit b52226e
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 @@ -674,6 +674,7 @@ namespace
assert(s.putchar(0) == false);
assert(s.putstring("a") == false);
assert(s.putline("a") == false);
assert(s.printf("a") == 0);
assert(s.getcrc() == 0);
assert(s.rwops() != nullptr);
//templates
Expand Down

0 comments on commit b52226e

Please sign in to comment.