diff --git a/test_stack.c b/test_stack.c index 8fe9738..f6f033e 100644 --- a/test_stack.c +++ b/test_stack.c @@ -175,7 +175,7 @@ int main() test_pushAndTop(); test_multiplePush(); test_pushAndPop(); - test_clearStack(); + /*test_clearStack();*/ /*test_stressTest();*/ printf("\n=== Alle Tests abgeschlossen ===\n");