mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 10:13:12 +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 "src/core/wee-hashtable.h"
|
||||
@@ -28,9 +30,6 @@ extern "C"
|
||||
#include "src/plugins/typing/typing-status.h"
|
||||
}
|
||||
|
||||
#include "tests/tests.h"
|
||||
|
||||
|
||||
TEST_GROUP(TypingStatus)
|
||||
{
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user