Changeset 2149 for trunk/test/normalization_test.cc
- Timestamp:
- Jan 17, 2010, 4:28:14 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/normalization_test.cc
r2148 r2149 400 400 suite.add(suite.equal(res(0,2).data(), 2.0/3)); 401 401 suite.add(suite.equal(res(0,3).data(), 0.5/3)); 402 // compile test should not be run 403 if (false) { 404 spearman(boost::random_access_iterator_archetype<double>(), 405 boost::random_access_iterator_archetype<double>(), 406 boost::mutable_random_access_iterator_archetype<double>()); 407 } 408 402 409 } 403 410
Note: See TracChangeset
for help on using the changeset viewer.