summaryrefslogtreecommitdiff
path: root/auto_tests/conference_test.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-17 01:18:04 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-22 02:34:30 +0000
commitf627a26a7b1c3619ba66f84b87092ff8ba7a95b6 (patch)
treec72c950fab473dc9bec4b5329d251b790e55443d /auto_tests/conference_test.c
parent7245ac11ef9be2420c8356c12acc79f93ea211bb (diff)
Run Clang global static analysis on Travis.
This uses a single .cc file containing almost all the code in the repository to perform whole program analysis.
Diffstat (limited to 'auto_tests/conference_test.c')
-rw-r--r--auto_tests/conference_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/conference_test.c b/auto_tests/conference_test.c
index 92e805c9..2bdee78f 100644
--- a/auto_tests/conference_test.c
+++ b/auto_tests/conference_test.c
@@ -234,7 +234,7 @@ static void test_many_group(void)
234 uint32_t peer_count = tox_conference_peer_count(toxes[i], 0, nullptr); 234 uint32_t peer_count = tox_conference_peer_count(toxes[i], 0, nullptr);
235 235
236 ck_assert_msg(peer_count == NUM_GROUP_TOX, "\n\tBad number of group peers (pre check)." 236 ck_assert_msg(peer_count == NUM_GROUP_TOX, "\n\tBad number of group peers (pre check)."
237 "\n\t\t\tExpected: %u but tox_instance(%u) only has: %u\n\n", 237 "\n\t\t\tExpected: %d but tox_instance(%u) only has: %u\n\n",
238 NUM_GROUP_TOX, i, (unsigned)peer_count); 238 NUM_GROUP_TOX, i, (unsigned)peer_count);
239 239
240 uint8_t title[2048]; 240 uint8_t title[2048];