test_sfont_loading: update unit test purpose

This commit is contained in:
derselbst 2018-04-11 11:11:27 +02:00
parent 36881f4ba8
commit 88606f1538
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
#include "utils/fluidsynth_priv.h" #include "utils/fluidsynth_priv.h"
// this test aims to make sure that sample data used by multiple synths is not freed // this tests the soundfont loading API of the synth.
// once unloaded by its parent synth // might be expanded to test the soundfont loader as well...
int main(void) int main(void)
{ {
int id; int id;