diff options
Diffstat (limited to 'tests/unit/plugins/logger')
-rw-r--r-- | tests/unit/plugins/logger/test-logger-backlog.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/unit/plugins/logger/test-logger-backlog.cpp b/tests/unit/plugins/logger/test-logger-backlog.cpp index 2139f5f99..e81d1897f 100644 --- a/tests/unit/plugins/logger/test-logger-backlog.cpp +++ b/tests/unit/plugins/logger/test-logger-backlog.cpp @@ -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) { }; |