aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1475
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-09-26 15:41:50 +0200
committerTristan Gingold <tgingold@free.fr>2020-09-28 19:07:51 +0200
commit33a3d46d465e2e4034ae6c9989e97b86fe7cadcb (patch)
treec6d50e7f8dc2e81397d0f47ac9ca8affe3959f7c /testsuite/synth/issue1475
parent4a26145625d5704d5cdaf4e56e1dddd679d184c6 (diff)
downloadghdl-33a3d46d465e2e4034ae6c9989e97b86fe7cadcb.tar.gz
ghdl-33a3d46d465e2e4034ae6c9989e97b86fe7cadcb.tar.bz2
ghdl-33a3d46d465e2e4034ae6c9989e97b86fe7cadcb.zip
testsuite/synth: adjust harness for #1475
Diffstat (limited to 'testsuite/synth/issue1475')
-rwxr-xr-xtestsuite/synth/issue1475/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/issue1475/testsuite.sh b/testsuite/synth/issue1475/testsuite.sh
index 495223cad..af4ab619b 100755
--- a/testsuite/synth/issue1475/testsuite.sh
+++ b/testsuite/synth/issue1475/testsuite.sh
@@ -3,7 +3,7 @@
. ../../testenv.sh
for t in e2 e1 e; do
- synth_failure $t
+ synth_failure $t.vhdl -e $t
done
clean