Ignore:
Timestamp:
Jan 17, 2010, 4:28:14 AM (13 years ago)
Author:
Peter
Message:

fixes #543

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/normalization_test.cc

    r2148 r2149  
    400400  suite.add(suite.equal(res(0,2).data(), 2.0/3));
    401401  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
    402409}
    403410
Note: See TracChangeset for help on using the changeset viewer.