diff options
Diffstat (limited to 'tests.c')
-rw-r--r-- | tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ #include "tests.h" -#include <assert.h> - #include "matrix.h" +#include <assert.h> + void test_LR() { Matrix *A = matrix_from_str("[2 3 1;4 1 -5;-1 2 3]"); |