citrun

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

commit ea49af7e933fff762a3905ed57a174c551f77af7
parent 8e9adc97aa0b95634f984a425b29ad85e7ec7cb4
Author: Kyle Milz <kyle@0x30.net>
Date:   Thu, 23 Jun 2016 19:36:46 -0600

t: fix test

Diffstat:
Mt/inst_preamble.t | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/t/inst_preamble.t b/t/inst_preamble.t @@ -35,6 +35,7 @@ struct citrun_node { struct citrun_node *next; }; void citrun_node_add(struct citrun_node *); +void citrun_start(); static uint64_t _citrun_lines[6]; static struct citrun_node _citrun_node = {