13
0

temporal: fix bad escape sequence in test source code

This commit is contained in:
Paul Davis 2023-02-15 18:36:19 -07:00
parent a59059c15e
commit 31a3c3c6f3

View File

@ -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));