temporal: fix bad escape sequence in test source code
This commit is contained in:
parent
a59059c15e
commit
31a3c3c6f3
@ -27,7 +27,7 @@ TempoMapTest::addTest()
|
||||
* be 8 + 9 = 17
|
||||
*/
|
||||
|
||||
std::cout << "\n\n\n\***************** tp = " << tp.beats() << std::endl;
|
||||
std::cout << "\n\n\n ***************** tp = " << tp.beats() << std::endl;
|
||||
|
||||
CPPUNIT_ASSERT (tp.beats() == Beats (17,0));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user