make test_sdl_audio_mix report a result

This commit is contained in:
Alon Zakai 2013-03-12 15:45:43 -07:00
Родитель a5e2ef637a
Коммит 1706d67834
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -49,6 +49,8 @@ void one_iter() {
case 120:
Mix_HaltChannel(soundChannel);
Mix_HaltMusic();
int result = 1;
REPORT_RESULT();
break;
};
}