aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2113
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-06-28 02:42:34 +0200
committerTristan Gingold <tgingold@free.fr>2022-06-28 02:42:34 +0200
commitb722e6e03801eaed1d8f64ad70119658c3898ec2 (patch)
tree00b08984c97657fd3d5ef5ae54459803ba3e68c9 /testsuite/synth/issue2113
parent7e89ed2b5108163d52788927fe49b0c5686adbd6 (diff)
downloadghdl-b722e6e03801eaed1d8f64ad70119658c3898ec2.tar.gz
ghdl-b722e6e03801eaed1d8f64ad70119658c3898ec2.tar.bz2
ghdl-b722e6e03801eaed1d8f64ad70119658c3898ec2.zip
testsuite/synth: strenghten test #2113
Diffstat (limited to 'testsuite/synth/issue2113')
-rwxr-xr-xtestsuite/synth/issue2113/testsuite.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/synth/issue2113/testsuite.sh b/testsuite/synth/issue2113/testsuite.sh
index b2f61e07e..9ab046cc4 100755
--- a/testsuite/synth/issue2113/testsuite.sh
+++ b/testsuite/synth/issue2113/testsuite.sh
@@ -8,5 +8,8 @@ synth --out=verilog -Wno-nowrite a.vhdl -e > syn_a.v
if grep channel syn_a.v; then
exit 1
fi
+if grep "0'" syn_a.v; then
+ exit 1;
+fi
echo "Test successful"