aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_output.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_output.cxx')
-rw-r--r--test/run_output.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/run_output.cxx b/test/run_output.cxx
index 59f962a4f..6bf4ebced 100644
--- a/test/run_output.cxx
+++ b/test/run_output.cxx
@@ -210,11 +210,7 @@ int main(int argc, char **argv)
main_loop = new EventLoop(EventLoop::Default());
io_thread_init();
- if (!io_thread_start(&error)) {
- g_warning("%s", error->message);
- g_error_free(error);
- return EXIT_FAILURE;
- }
+ io_thread_start();
/* initialize the audio output */