summaryrefslogtreecommitdiff
path: root/tests/gpt_misc_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gpt_misc_tests.c')
-rw-r--r--tests/gpt_misc_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpt_misc_tests.c b/tests/gpt_misc_tests.c
index e0a8d56e..30632991 100644
--- a/tests/gpt_misc_tests.c
+++ b/tests/gpt_misc_tests.c
@@ -8,8 +8,8 @@
#include "2api.h"
#include "cgptlib.h"
#include "cgptlib_internal.h"
+#include "common/tests.h"
#include "gpt.h"
-#include "test_common.h"
#define LOGCALL(fmt, args...) sprintf(call_log + strlen(call_log), fmt, ##args)
#define TEST_CALLS(expect_log) TEST_STR_EQ(call_log, expect_log, " calls")