]> code.delx.au - pulseaudio/blobdiff - src/tests/thread-test.c
win32: Make once-test work
[pulseaudio] / src / tests / thread-test.c
index 4943a176685794b5d791fa29505aa3c34ca7be1e..4071e4296ea26cd46804dcdd24da69cbce3778e3 100644 (file)
@@ -94,8 +94,6 @@ int main(int argc, char *argv[]) {
     int i, k;
     pa_thread* t[THREADS_MAX];
 
-    assert(pa_thread_is_running(pa_thread_self()));
-
     mutex = pa_mutex_new(FALSE, FALSE);
     cond1 = pa_cond_new();
     cond2 = pa_cond_new();