minor fix
This commit is contained in:
parent
f68cb90e6c
commit
70a4d25e0b
|
@ -10,7 +10,7 @@
|
|||
#include "interpolation.h"
|
||||
#include "unit_test_framework.h"
|
||||
|
||||
static int testIndex(const int expected, const float array[], int size, float value) {
|
||||
static void testIndex(const int expected, const float array[], int size, float value) {
|
||||
assertEquals(expected, findIndex(array, size, value));
|
||||
assertEquals(expected, findIndex2(array, size, value));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue