aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1230
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-16 20:37:22 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-16 20:40:19 +0200
commitf69969f8bf8e6609979893e52cc508b7a29568db (patch)
tree55751b995d4501c306198c3a79009adaaf9398f3 /testsuite/synth/issue1230
parent6bc5cf204e74958e9e0d1ce0c4aea788d5fd58ba (diff)
downloadghdl-f69969f8bf8e6609979893e52cc508b7a29568db.tar.gz
ghdl-f69969f8bf8e6609979893e52cc508b7a29568db.tar.bz2
ghdl-f69969f8bf8e6609979893e52cc508b7a29568db.zip
testsuite/synth: adjust #1230
Diffstat (limited to 'testsuite/synth/issue1230')
-rwxr-xr-xtestsuite/synth/issue1230/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/issue1230/testsuite.sh b/testsuite/synth/issue1230/testsuite.sh
index 547b21877..93d9121e7 100755
--- a/testsuite/synth/issue1230/testsuite.sh
+++ b/testsuite/synth/issue1230/testsuite.sh
@@ -2,6 +2,6 @@
. ../../testenv.sh
-synth -gdepth=1 DelayLine.vhdl -e > syn_delayline.vhdl
+synth -gdepth=1 delayline.vhdl -e > syn_delayline.vhdl
echo "Test successful"