citrun

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

commit 3a6dd109b2c5f31052412786aa7926ac97dfd9c1
parent e4ce80a8181374f2d8303394d338bc61eedfb8a6
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 29 Aug 2016 22:13:48 -0600

t: delete bogus test

Diffstat:
Dt/rt_file_names.sh | 16----------------
1 file changed, 0 insertions(+), 16 deletions(-)

diff --git a/t/rt_file_names.sh b/t/rt_file_names.sh @@ -1,16 +0,0 @@ -# -# Test that translation unit file names are what we expect. -# -echo 1..2 -. test/project.sh - -./program 1 - -$CITRUN_TOOLS/citrun-dump -f > filelist.out - -cat <<EOF > filelist.good -one.c 26 -three.c 9 -two.c 11 -EOF -filelist_diff 2