citrun

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

commit 6f66368563db832e7706ee932ac1d2dae02bab34
parent 98262c2f33bed646a8c0a6bef67d5a576783d666
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun, 26 Jun 2016 23:16:05 -0600

tt/vim: kill some comments

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

diff --git a/tt/vim.t b/tt/vim.t @@ -9,14 +9,10 @@ use Time::HiRes qw( time ); use Test::Package; use Test::Viewer; -# Verify that Vim under citrun tests successfully and then cross check that the -# data structures instrumented inside Vim are consistent with known good values. - -# Download: Vim 7.4. +# Download: Vim 7.4, depends on gtk and curl for consistent builds. my $vim_url = "ftp://ftp.vim.org/pub/vim/unix/"; my $package = Test::Package->new("vim-7.4.tar.bz2", $vim_url, "tar xjf"); -# Dependencies: gtk and curl are needed for consistent builds. $package->dependencies("citrun", "gtk", "curl"); sub time_expect {