citrun

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

commit 700f2ccb17ce4572171048d78da81b288b874fe3
parent cd11eea0f3970fb77361433ae5418b89d436d065
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun, 31 Jul 2016 19:50:36 -0600

t: do a soft close

Diffstat:
Mt/term_basic.t | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/t/term_basic.t b/t/term_basic.t @@ -25,3 +25,5 @@ $exp->expect(undef, ("program")); $project->kill(); $project->wait(); + +$exp->soft_close();