# HG changeset patch # User Chris Cannam # Date 1399913808 -3600 # Node ID e48b3f6410383f4b667c41f2842611450915b21d # Parent 333e27d1efa18c2497ef2fa447514c0434746a5e Comment fix diff -r 333e27d1efa1 -r e48b3f641038 tests/TestResampler.cpp --- a/tests/TestResampler.cpp Mon May 12 17:56:08 2014 +0100 +++ b/tests/TestResampler.cpp Mon May 12 17:56:48 2014 +0100 @@ -183,8 +183,7 @@ int targetRate) { // Resampling a sinusoid and then resampling back should give us a - // sinusoid of the same frequency as we started with. Let's start - // with a few thousand cycles of it + // sinusoid of the same frequency as we started with int nCycles = 500;