1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-08 19:34:14 -04:00
profanity/stabbertests/test_connect.c
2015-05-17 01:11:03 +01:00

13 lines
182 B
C

#include <glib.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <stdlib.h>
void
connect_with_no_jid(void **state)
{
assert_true(1);
}