added rewind test
authorglenrendes <glenda@reasoningtechnology.com>
Mon, 8 Apr 2019 14:23:43 +0000 (16:23 +0200)
committerglenrendes <glenda@reasoningtechnology.com>
Mon, 8 Apr 2019 14:23:43 +0000 (16:23 +0200)
module/da/test/src/test_da.lib.c

index 0430a71..08efbbe 100644 (file)
@@ -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(&
 }
+*/