citrun

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

commit 07a7ab56fb3e3e45789d58579ec852717932d928
parent f6e6449416940ce9173a798a14a83edbf279a757
Author: Kyle Milz <kyle@0x30.net>
Date:   Wed, 22 Jun 2016 20:25:14 -0600

tt: try removing sleep that let constructors run

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

diff --git a/tt/vim.t b/tt/vim.t @@ -38,7 +38,6 @@ system("resize"); # Verify: instrumented data structures are consistent. $ENV{CITRUN_SOCKET} = getcwd . "/citrun-test.socket"; $exp = Expect->spawn("$srcdir/vim"); -sleep(1); my $viewer = Test::Viewer->new(); $viewer->accept();