citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 964dab3c223fdf134f60cf90e41593597de570ce
parent 6389a280513180a6c029790d3299f2f56d8fde45
Author: Kyle Milz <milz@imac.0x30.net>
Date:   Wed,  3 Mar 2021 21:33:08 -0800

t: cope with citrun.h move

Diffstat:
Mt/mem.pm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/mem.pm b/t/mem.pm @@ -73,7 +73,7 @@ sub get_buffers { 1; __DATA__ __C__ -#include "../lib/citrun.h" +#include "../include/citrun.h" size_t citrun_header_size() { return sizeof(struct citrun_header);