From 7f63858cbfefcc53d838ab2572c670a5f233b07c Mon Sep 17 00:00:00 2001 From: glenrendes Date: Mon, 8 Apr 2019 15:02:55 +0200 Subject: [PATCH] added rewind test --- module/da/test/src/test_da.lib.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/module/da/test/src/test_da.lib.c b/module/da/test/src/test_da.lib.c index 183c4a0..0430a71 100644 --- a/module/da/test/src/test_da.lib.c +++ b/module/da/test/src/test_da.lib.c @@ -184,3 +184,11 @@ bool test_da_5(){ bool result = f && g && h; return result; } + +//tests da_index +bool test_da_6(){ + Da dap; + da_alloc(&dap, sizeof(int)); + int i = 0; + da_push(& +} -- 2.20.1