Skip to content

Commit

Permalink
Disable drawtree() (wolkykim#94)
Browse files Browse the repository at this point in the history
* Comment out drawtree() to prevent segfault with gcc >= 10
  • Loading branch information
Fullaxx committed Nov 4, 2022
1 parent ae07274 commit 13f6513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_qtreetbl.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ TEST("Test growth of tree") {
}

printf("\n");
drawtree(tbl);
//drawtree(tbl);

ASSERT(((char* )tbl->root->name)[0] == 'E');
ASSERT((tbl->root->red) == false);
Expand Down

0 comments on commit 13f6513

Please sign in to comment.