aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1047
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-12-01 08:43:31 +0100
committerTristan Gingold <tgingold@free.fr>2019-12-01 19:42:06 +0100
commit3c34be23942578a9c8fd3bafa9987a69a6398486 (patch)
treefaf3ee12fd9c60792ce206c04913f2d39ed3281e /testsuite/synth/issue1047
parent8b13ca7a76d9cfa0cd87fbddfe853d906cddf14e (diff)
downloadghdl-3c34be23942578a9c8fd3bafa9987a69a6398486.tar.gz
ghdl-3c34be23942578a9c8fd3bafa9987a69a6398486.tar.bz2
ghdl-3c34be23942578a9c8fd3bafa9987a69a6398486.zip
testsuite: adjust previous case for #1048
Diffstat (limited to 'testsuite/synth/issue1047')
-rwxr-xr-xtestsuite/synth/issue1047/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/issue1047/testsuite.sh b/testsuite/synth/issue1047/testsuite.sh
index 4ff5449d8..ddd56f95a 100755
--- a/testsuite/synth/issue1047/testsuite.sh
+++ b/testsuite/synth/issue1047/testsuite.sh
@@ -4,7 +4,7 @@
for t in top; do
synth $t.vhdl -e $t > syn_$t.vhdl
-# analyze syn_$t.vhdl
+ analyze syn_$t.vhdl
done
clean