diff options
Diffstat (limited to 'test/test_callback_ret.cpp')
-rw-r--r-- | test/test_callback_ret.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_callback_ret.cpp b/test/test_callback_ret.cpp index 7ce33d0..49676f7 100644 --- a/test/test_callback_ret.cpp +++ b/test/test_callback_ret.cpp @@ -158,9 +158,9 @@ void run_test_callback(test_direction direction, cleanup_cubeb_at_exit(ctx, cubeb_destroy); if ((direction == INPUT_ONLY || direction == DUPLEX) && - !has_available_input_device(ctx)) { + !can_run_audio_input_test(ctx)) { /* This test needs an available input device, skip it if this host does not - * have one. */ + * have one or if the backend doesn't implement input. */ return; } |