citrun

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

commit 14470466d6d8385fbcde4c4552dca7dd194946c3
parent 94745f73bfe31afea1e430898213c3186ab3a77e
Author: Kyle Milz <kyle@0x30.net>
Date:   Wed,  3 Aug 2016 00:36:59 -0600

t: put diff args in right order

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

diff --git a/t/inst_log.t b/t/inst_log.t @@ -73,4 +73,4 @@ Forked ''. Done. EOF -diff -u citrun.log.proc citrun.log.good && echo "ok 6 - citrun.log diff" +diff -u citrun.log.good citrun.log.proc && echo "ok 6 - citrun.log diff"