Changeset 582 for branches/0.6-stable/test
- Timestamp:
- Apr 10, 2008, 10:23:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.6-stable/test/utility_test.cc
r429 r582 27 27 #include <string> 28 28 29 bool test_hex(int, u _int, std::string);29 bool test_hex(int, unsigned int, std::string); 30 30 31 31 int main(const int argc,const char* argv[]) … … 42 42 } 43 43 44 bool test_hex(int x, u _int w, std::string facit)44 bool test_hex(int x, unsigned int w, std::string facit) 45 45 { 46 46 if (theplu::svndigest::hex(x,w)==facit)
Note: See TracChangeset
for help on using the changeset viewer.