We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501af27 commit bf103b5Copy full SHA for bf103b5
auto_tests/toxav_mt_test.cc
@@ -388,7 +388,7 @@ constexpr uint8_t DUMMY_VIDEO::u[];
388
constexpr uint8_t DUMMY_VIDEO::v[];
389
390
static void test_av(bool combined_av) {
391
- std::cout << "Testing Audio and Video in" << (combined_av ? "combined" : "separate") << " threads"
+ std::cout << "Testing Audio and Video in " << (combined_av ? "combined" : "separate") << " threads"
392
<< std::endl;
393
auto toxes = prepare_network(2);
394
0 commit comments