commit 9becc88045e75d1d62a2a80939ca11e6961adc9d
parent 2476e2bff101445c89bfe49255edfa7c3572103b
Author: d.levin256@gmail.com <d.levin256@gmail.com>
Date: Wed, 12 Oct 2022 16:04:47 +0100
Fix note_to_hertz tests for clang 14
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/dsp_test.cpp b/tests/dsp_test.cpp
@@ -240,7 +240,7 @@ TEST(ebu_lra_1_2_3_and_4)
TEST(note_to_hertz)
{
- testo::eplison_scope<void> eps(1000);
+ testo::eplison_scope<void> eps(2000);
CHECK(kfr::note_to_hertz(60) == fbase(261.6255653005986346778499935233));
CHECK(kfr::note_to_hertz(pack(60)) == pack(fbase(261.6255653005986346778499935233)));