mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 01:03:14 +02:00
tests: move include of tests/tests.h outside of extern "C"
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
|
||||
#include "CppUTest/TestHarness.h"
|
||||
|
||||
#include "tests/tests.h"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <stdio.h>
|
||||
@@ -34,9 +36,6 @@ extern void logger_backlog_display_line (struct t_gui_buffer *buffer,
|
||||
const char *line);
|
||||
}
|
||||
|
||||
#include "tests/tests.h"
|
||||
|
||||
|
||||
TEST_GROUP(LoggerBacklog)
|
||||
{
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user