aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_duplex.cpp
diff options
context:
space:
mode:
authorAlex Chronopoulos <[email protected]>2016-03-26 19:26:18 +0200
committerAlex Chronopoulos <[email protected]>2016-03-26 19:26:18 +0200
commitbb390e4dc11aedef0b2467fbcb9789067eb8a427 (patch)
tree241be353cd6daf2ab61fd63c9d99cfabc142bdb0 /test/test_duplex.cpp
parentf074a39c80c2927464e73e6544e896046cbfb096 (diff)
downloadcubeb-bb390e4dc11aedef0b2467fbcb9789067eb8a427.tar.gz
cubeb-bb390e4dc11aedef0b2467fbcb9789067eb8a427.zip
Correct test_duplex name in xpcom.
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 d3991fd..bc80366 100644
--- a/test/test_duplex.cpp
+++ b/test/test_duplex.cpp
@@ -92,7 +92,7 @@ void state_cb(cubeb_stream *stream, void *user, cubeb_state state)
int main(int argc, char *argv[])
{
#ifdef CUBEB_GECKO_BUILD
- ScopedXPCOM xpcom("test_record");
+ ScopedXPCOM xpcom("test_duplex");
#endif
cubeb *ctx;