summaryrefslogtreecommitdiff
path: root/tests/core
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core')
-rw-r--r--tests/core/oidmap.c2
-rw-r--r--tests/core/strmap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/core/oidmap.c b/tests/core/oidmap.c
index ec4b5e775..556a6ca4a 100644
--- a/tests/core/oidmap.c
+++ b/tests/core/oidmap.c
@@ -1,7 +1,7 @@
#include "clar_libgit2.h"
#include "oidmap.h"
-GIT__USE_OIDMAP;
+GIT__USE_OIDMAP
typedef struct {
git_oid oid;
diff --git a/tests/core/strmap.c b/tests/core/strmap.c
index a120f1feb..3b4276aea 100644
--- a/tests/core/strmap.c
+++ b/tests/core/strmap.c
@@ -1,7 +1,7 @@
#include "clar_libgit2.h"
#include "strmap.h"
-GIT__USE_STRMAP;
+GIT__USE_STRMAP
git_strmap *g_table;