Remove a useless test case
This commit is contained in:
parent
bd5f491fb3
commit
ffda6626e2
1 changed files with 0 additions and 6 deletions
|
|
@ -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 );
|
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;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue