citrun

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

commit cb823e4219e196d16c7a6121103f94c974d7015a
parent 8a4f4e629259b0af342a5960a754cbf633600fd4
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun,  7 Aug 2016 20:45:07 -0600

t: remove double printed lines

Diffstat:
Mt/inst_for.t | 2--
Mt/inst_if.t | 2--
2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/t/inst_for.t b/t/inst_for.t @@ -4,8 +4,6 @@ echo 1..3 . test/utils.sh setup -echo "ok 1 - tmp dir created" - cat <<EOF > for.c #include <stdlib.h> diff --git a/t/inst_if.t b/t/inst_if.t @@ -4,8 +4,6 @@ echo 1..3 . test/utils.sh setup -echo "ok 1 - tmp dir created" - cat <<EOF > if.c #include <stdlib.h>