diff -Nurd mimetic-0.9.8/test/cutee.cxx mimetic-0.9.8.new/test/cutee.cxx --- mimetic-0.9.8/test/cutee.cxx 2014-06-17 03:12:00.000000000 -0500 +++ mimetic-0.9.8.new/test/cutee.cxx 2018-07-26 22:40:21.556153371 -0500 @@ -225,7 +225,7 @@ _( " run_" << *beg << "();" ); _( " tearDown();" ); _( " }" ); - _( " uint count() { return " << m_fnList.size() << "; }" ); + _( " unsigned int count() { return " << m_fnList.size() << "; }" ); _( "};" ); _("static struct "<