From ffda6626e2370d434b658df4d099ada21fc827b9 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sat, 30 Nov 2019 15:40:40 +0100 Subject: [PATCH] Remove a useless test case --- tests/SynthT.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/SynthT.cpp b/tests/SynthT.cpp index 33c2ba13..7a6d2082 100644 --- a/tests/SynthT.cpp +++ b/tests/SynthT.cpp @@ -89,9 +89,3 @@ TEST_CASE("[Synth] Check that the sample per block and sample rate are actually REQUIRE( synth.getVoiceView(i)->getSampleRate() == 48000.0f ); } } - -TEST_CASE("[Synth] Check that the sample rate and sample per block is changed when changing the number of voices") -{ - sfz::Synth synth; - -}