citrun

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

commit cbce0281b2f439322e9d74e3c4d0985744111c9d
parent dd94119b9a2139d38413d37535c013daa72ca432
Author: kyle <kyle@0x30.net>
Date:   Sat, 12 Nov 2016 12:16:15 -0700

tt: fix report package name

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

diff --git a/tt/report.pm b/tt/report.pm @@ -1,4 +1,4 @@ -package tlib::report; +package tt::report; use strict; use List::MoreUtils qw( each_array );