From 19291877dcf0b84f3fd2c3bc8ac645fe5b5ed9a9 Mon Sep 17 00:00:00 2001 From: glenrendes Date: Mon, 8 Apr 2019 16:23:43 +0200 Subject: [PATCH] added rewind test --- module/da/test/src/test_da.lib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/da/test/src/test_da.lib.c b/module/da/test/src/test_da.lib.c index 0430a71..08efbbe 100644 --- a/module/da/test/src/test_da.lib.c +++ b/module/da/test/src/test_da.lib.c @@ -185,6 +185,7 @@ bool test_da_5(){ return result; } +/* //tests da_index bool test_da_6(){ Da dap; @@ -192,3 +193,4 @@ bool test_da_6(){ int i = 0; da_push(& } +*/ -- 2.20.1