In tests, don’t record allocations while printing debug graphs

This commit is contained in:
Max Brunsfeld 2016-05-16 10:44:19 -07:00
parent d50f6a58cc
commit 88053cf723
4 changed files with 60 additions and 21 deletions

View file

@ -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
}