Eina matrix/vector tests: pass correct pointers to arrays.
authorTom Hacohen <tom@stosb.com>
Tue, 12 Apr 2016 14:45:10 +0000 (15:45 +0100)
committerTom Hacohen <tom@stosb.com>
Tue, 12 Apr 2016 14:45:10 +0000 (15:45 +0100)
commitde1a7759fac1ae37b47b02b4b4bf390bcf318b3e
tree4a0923eda8092cd0c8be6dcb51c058bd2c50e2ee
parent1d71d21d35baf9d02e7533e5c1a5c082d5d360bd
Eina matrix/vector tests: pass correct pointers to arrays.

Clang (rightfully) complained about passing double ** where we should have
passed a double *.
src/tests/eina/eina_test_matrix.c
src/tests/eina/eina_test_vector.c