Skip to content

Commit ac3a1cb

Browse files
committed
Unutulan yorum satırları kaldırıldı, silinen kod parçası eklendi.
1 parent 8d8512c commit ac3a1cb

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Test/main.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ int main(void)
2727
srand((unsigned int)time(NULL));
2828

2929
testCircularBuffer();
30-
/*testDynamicArray();
30+
testDynamicArray();
3131
testLinkedList();
3232
testQueue();
33-
testStack();*/
33+
testStack();
3434

3535
return EXIT_SUCCESS;
3636
}
@@ -109,6 +109,10 @@ void testCircularBuffer()
109109
}
110110
}
111111

112+
if (EXIT_SUCCESS != eaDSCircularBufferAdd(circularBuffer, "dff", 3))
113+
{
114+
puts("circularBuffer'a veri eklenemedi!");
115+
}
112116
{
113117
memset(data, 0, sizeof(data));
114118

0 commit comments

Comments
 (0)