summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/mtdev-matching.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mtdev-matching.c b/test/mtdev-matching.c
index 799429f..0f3f6ea 100644
--- a/test/mtdev-matching.c
+++ b/test/mtdev-matching.c
@@ -31,8 +31,8 @@
31#include <time.h> 31#include <time.h>
32 32
33#define ITS 4000000 33#define ITS 4000000
34const int n1 = 4; 34static const int n1 = 4;
35const int n2 = 4; 35static const int n2 = 4;
36 36
37static void test1() 37static void test1()
38{ 38{