mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
13 lines
182 B
C
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);
|
|
}
|