In tests, don’t record allocations while printing debug graphs
This commit is contained in:
parent
d50f6a58cc
commit
88053cf723
4 changed files with 60 additions and 21 deletions
|
|
@ -121,7 +121,7 @@ void ts_stack_remove_version(Stack *, StackVersion);
|
|||
*/
|
||||
void ts_stack_clear(Stack *);
|
||||
|
||||
int ts_stack_print_dot_graph(Stack *, const char **, FILE *);
|
||||
bool ts_stack_print_dot_graph(Stack *, const char **, FILE *);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue