Changeset 918 for trunk/test
- Timestamp:
- Sep 30, 2007, 3:32:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/utility_test.cc
r865 r918 77 77 // test nan 78 78 s=" nAn "; 79 if ( utility::is_double(s)){79 if (!utility::is_double(s)){ 80 80 ok=false; 81 81 } 82 else if ( utility::is_float(s)) {82 else if (!utility::is_float(s)) { 83 83 ok=false; 84 84 } 85 else if ( utility::is_int(s)) {85 else if (!utility::is_int(s)) { 86 86 ok=false; 87 87 }
Note: See TracChangeset
for help on using the changeset viewer.