diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-05-23 08:07:35 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-05-23 08:07:35 +0200 |
commit | 7c28c0c7ca48edcda4ff7c390c864cb1396eb1d8 (patch) | |
tree | a08bafa5a5267320b2dbd2f282de1df02ff24e83 /testsuite/gna | |
parent | 8ef3af5bfc135e63ac76315a863e71690f0b0b73 (diff) | |
download | ghdl-7c28c0c7ca48edcda4ff7c390c864cb1396eb1d8.tar.gz ghdl-7c28c0c7ca48edcda4ff7c390c864cb1396eb1d8.tar.bz2 ghdl-7c28c0c7ca48edcda4ff7c390c864cb1396eb1d8.zip |
files_map: adjust computation of column for tabs
Diffstat (limited to 'testsuite/gna')
-rwxr-xr-x | testsuite/gna/issue314/testsuite.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/gna/issue314/testsuite.sh b/testsuite/gna/issue314/testsuite.sh index 2208f2533..d74941513 100755 --- a/testsuite/gna/issue314/testsuite.sh +++ b/testsuite/gna/issue314/testsuite.sh @@ -3,10 +3,10 @@ . ../../testenv.sh analyze_failure t1.vhdl 2> t1.err -grep 2:8 t1.err +grep 2:9 t1.err analyze_failure -ftabstop=4 t1.vhdl 2> t1.err -grep 2:4 t1.err +grep 2:5 t1.err analyze_failure -fcaret-diagnostics -ftabstop=4 t1.vhdl 2> t1.err grep "^ err;" t1.err |