citrun

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

commit 1382c07f83d802305020319786b9e96241a67297
parent 803647795cf6ad9ebfc9abb0efd7ce2709f699f9
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon,  8 Aug 2016 21:36:07 -0600

Test: test suite not ready for relative file paths

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

diff --git a/Test/Viewer.pm b/Test/Viewer.pm @@ -43,7 +43,7 @@ sub accept { my ($num_lines) = read_unpack($sock, 4, "L"); # Keep this in order so it's easy to fetch dynamic data. - push @tus, [ $comp_file_name, $num_lines ]; + push @tus, [ $abs_file_name, $num_lines ]; } $self->{tus} = \@tus; }