diff options
Diffstat (limited to 'tests/test_cmd_rooms.h')
-rw-r--r-- | tests/test_cmd_rooms.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test_cmd_rooms.h b/tests/test_cmd_rooms.h deleted file mode 100644 index a9a7af83..00000000 --- a/tests/test_cmd_rooms.h +++ /dev/null @@ -1,7 +0,0 @@ -void cmd_rooms_shows_message_when_disconnected(void **state); -void cmd_rooms_shows_message_when_disconnecting(void **state); -void cmd_rooms_shows_message_when_connecting(void **state); -void cmd_rooms_shows_message_when_started(void **state); -void cmd_rooms_shows_message_when_undefined(void **state); -void cmd_rooms_uses_account_default_when_no_arg(void **state); -void cmd_rooms_arg_used_when_passed(void **state); |