diff options
Diffstat (limited to 'test/mtdev-matching.c')
-rw-r--r-- | test/mtdev-matching.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mtdev-matching.c b/test/mtdev-matching.c index 0f3f6ea..9dff0f3 100644 --- a/test/mtdev-matching.c +++ b/test/mtdev-matching.c @@ -36,7 +36,7 @@ static const int n2 = 4; static void test1() { - int A[] = { + int A[DIM2_FINGER] = { 1013, 3030660, 3559354, @@ -62,7 +62,7 @@ static void test1() static void test2() { - int A[] = { + int A[DIM2_FINGER] = { 0, 4534330, 22653552, |