Removed old chat session tests

This commit is contained in:
James Booth
2012-11-01 00:29:51 +00:00
parent ad83bab6d2
commit 0ce7b2acb7
4 changed files with 1 additions and 76 deletions

View File

@@ -7,7 +7,6 @@ int main(void)
register_contact_list_tests();
register_common_tests();
register_prof_autocomplete_tests();
register_chat_session_tests();
run_suite();
return 0;
}