summaryrefslogtreecommitdiff
path: root/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests.c')
-rw-r--r--tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.c b/tests.c
index 9b2a4dc..416abcd 100644
--- a/tests.c
+++ b/tests.c
@@ -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]");