aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_duplex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_duplex.cpp')
-rw-r--r--test/test_duplex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_duplex.cpp b/test/test_duplex.cpp
index 8cc93c3..5eda95f 100644
--- a/test/test_duplex.cpp
+++ b/test/test_duplex.cpp
@@ -96,7 +96,7 @@ TEST(cubeb, duplex)
/* This test needs an available input device, skip it if this host does not
* have one. */
- if (!has_available_input_device(ctx)) {
+ if (!can_run_audio_input_test(ctx)) {
return;
}