Commit 12d5ba7d authored by Chris's avatar Chris
Browse files

fixed ll test

parent 6a787b10
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ int main(void) {
    }

    // Clean up
    // head = &first_element;
    delete_linked_list(&first_element);

    // sanity check: this should print nothing