citrun

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

commit 04c23bf21730c3f8daa15fbd5f5505858b1f50a3
parent 95d8099d1e53eda8464b362550b92e659f7bdb01
Author: Kyle Milz <kyle@0x30.net>
Date:   Thu, 30 Jun 2016 18:11:05 -0600

tt: add comment

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

diff --git a/tt/vim.t b/tt/vim.t @@ -148,6 +148,7 @@ $viewer->close(); # xxd # +# Let xxd process its own source so it's busy doing something. $exp = Expect->spawn("$srcdir/xxd/xxd", "distfiles/vim-7.4.tar.bz2"); $viewer->accept();