diff --git a/test/testutils.cpp b/test/testutils.cpp index d328d778..01778e5f 100644 --- a/test/testutils.cpp +++ b/test/testutils.cpp @@ -673,6 +673,9 @@ namespace assert(s.putstring("a") == false); assert(s.putline("a") == false); assert(s.getcrc() == 0); + //templates + assert(s.put(0) == false); + assert(s.get() == 0); } }