Changeset 867 for trunk/test/alignment_test.cc
- Timestamp:
- Sep 13, 2007, 9:36:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/alignment_test.cc
r865 r867 105 105 } 106 106 107 // testing ssearch 108 if (utility::ssearch("Hello", "Hll")!=3) 109 ok=false; 110 if (utility::ssearch("Hello", "Peter said you can't say Hallo")!=4) 111 ok=false; 107 112 108 113 if (ok) {
Note: See TracChangeset
for help on using the changeset viewer.