citrun

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

commit 7c72f4430549f269719aec17a9326690d41e61d1
parent 88ee6310c82d3244a2fcf40aa6e61be45bbf13e9
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Wed,  8 Jun 2016 19:45:31 -0600

e2e: fix comments

Diffstat:
Me2e/vim.t | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/e2e/vim.t b/e2e/vim.t @@ -32,7 +32,7 @@ system("citrun-wrap make -C $srcdir -j8 myself") == 0 or die "citrun-wrap make f # # Check that the native test suite can pass, validating that the instrumentation -# hasn't broken the actual intent of the program. +# hasn't broken the intent of the program. # my $exp = Expect->spawn("make", "-C", "$srcdir/testdir"); $exp->expect(undef, ("ALL DONE")); @@ -40,7 +40,7 @@ $exp->expect(undef, ("ALL DONE")); system("resize"); # -# Make sure the instrumentation for vim is working correctly +# Make sure the instrumentation for Vim is working correctly # my $viewer = SCV::Viewer->new(); $ENV{CITRUN_SOCKET} = getcwd . "/SCV::Viewer.socket";