CoreAudio: not expected to pass overflow test

This commit is contained in:
Andrew Kelley 2015-08-27 21:02:11 -07:00
parent 16437bd357
commit 0deb6242b4

View file

@ -150,7 +150,8 @@ int main(int argc, char **argv) {
fprintf(stderr,
"Records for 3 seconds, sleeps for 3 seconds, then you should see at least\n"
"one buffer overflow message, then records for 3 seconds.\n"
"PulseAudio is not expected to pass this test.\n");
"PulseAudio is not expected to pass this test.\n"
"CoreAudio is not expected to pass this test.\n");
if (!(soundio = soundio_create()))
panic("out of memory");