Skip to content

Commit

Permalink
test stream put/get templates
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Nov 1, 2024
1 parent 14935a8 commit 260b7e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/testutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,9 @@ namespace
assert(s.putstring("a") == false);
assert(s.putline("a") == false);
assert(s.getcrc() == 0);
//templates
assert(s.put<int>(0) == false);
assert(s.get<int>() == 0);
}
}

Expand Down

0 comments on commit 260b7e0

Please sign in to comment.