Changeset 1208 for trunk/test/stats.cc
- Timestamp:
- Oct 7, 2010, 5:33:36 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/stats.cc
r1164 r1208 194 194 stats2.print(out2); 195 195 196 if ( out.str()!=out2.str()) {196 if ( test::diff(out.str(),out2.str()) ) { 197 197 std::cout << "test_cache() failed\n"; 198 198 return false;
Note: See TracChangeset
for help on using the changeset viewer.