citrun

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

commit 5c659c8e9963816a94a4999c372ab87a56fdab69
parent c4eb958257032603c7a53cba75a3413784ee94bf
Author: Kyle Milz <kyle@0x30.net>
Date:   Tue, 28 Jun 2016 20:43:56 -0600

tt: fix up libressl total test count

Diffstat:
Mtt/libressl.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tt/libressl.t b/tt/libressl.t @@ -6,7 +6,7 @@ use List::MoreUtils qw ( each_array ); use Test::More; use Time::HiRes qw( time ); -my $num_tests = 2551; +my $num_tests = 2550; $num_tests = 2530 if ($^O eq "darwin"); plan tests => $num_tests;