1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Test commit

This commit is contained in:
James Booth 2015-05-31 23:44:19 +01:00
parent e372ff9c87
commit 73188881a4

View File

@ -95,7 +95,7 @@ int main(int argc, char* argv[]) {
close_prof_test),
unit_test_setup_teardown(message_receive,
init_prof_test,
close_prof_test),
close_prof_test)
};
return run_tests(all_tests);