From 88606f1538fa3a478b728ad7ab7e60ed2ca262ca Mon Sep 17 00:00:00 2001 From: derselbst Date: Wed, 11 Apr 2018 11:11:27 +0200 Subject: [PATCH] test_sfont_loading: update unit test purpose --- test/test_sfont_loading.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_sfont_loading.c b/test/test_sfont_loading.c index 4f2ba3aa..a853e7b6 100644 --- a/test/test_sfont_loading.c +++ b/test/test_sfont_loading.c @@ -5,8 +5,8 @@ #include "utils/fluidsynth_priv.h" -// this test aims to make sure that sample data used by multiple synths is not freed -// once unloaded by its parent synth +// this tests the soundfont loading API of the synth. +// might be expanded to test the soundfont loader as well... int main(void) { int id;