citrun

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

commit 8511c9a29c9a8b8e51109394f99a1e2bf05ca13f
parent bd557dca31d1ffd9da0b0bcfb8c66ef42eb31a58
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Fri,  6 Jan 2017 19:41:14 -0800

t: use proper name to point out windows bug

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

diff --git a/t/lib_transunit.t b/t/lib_transunit.t @@ -19,7 +19,7 @@ my $shm = t::shm->new( $shm_file_path ); my %tus = %{ $shm->{trans_units} }; my ($tu1, $tu2, $tu3) = sort keys %tus; -like( $tu1, qr/.*ib.c/, 'is end of absolute file path fib.c' ); +like( $tu1, qr/.*fib.c/, 'is end of absolute file path fib.c' ); is( $tus{$tu1}->{size}, 11, "is fib.c the correct length" ); is( $tus{$tu1}->{comp_file_name}, 'fib.c', 'is compiler file name right' );