citrun

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

commit 641c44fbc6100208e049e5c19c586dbaa4108e37
parent da7141765eb51f06ae592467cb150fcfe790de39
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun, 18 Dec 2016 11:58:35 -0700

t: fix test after variable name change

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

diff --git a/t/inst_preamble.sh b/t/inst_preamble.sh @@ -26,7 +26,7 @@ struct citrun_header { unsigned int pids[3]; unsigned int units; unsigned int loc; - unsigned int done; + unsigned int exited; char progname[1024]; char cwd[1024]; };