diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-04-19 08:04:01 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-04-19 08:04:01 +0200 |
commit | c98d8da00782800fa7b9984d2b8a3a52a32f2de8 (patch) | |
tree | 5248615a7cbe93806c469f6026b3dcf8b6108a42 /testsuite | |
parent | 0ee5e564b44cd497f603c82ebf1b758257e645a7 (diff) | |
download | ghdl-c98d8da00782800fa7b9984d2b8a3a52a32f2de8.tar.gz ghdl-c98d8da00782800fa7b9984d2b8a3a52a32f2de8.tar.bz2 ghdl-c98d8da00782800fa7b9984d2b8a3a52a32f2de8.zip |
testsuite/synth: adjust harness of #1243
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/synth/issue1243/testsuite.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/synth/issue1243/testsuite.sh b/testsuite/synth/issue1243/testsuite.sh index d48fa1723..34269b220 100755 --- a/testsuite/synth/issue1243/testsuite.sh +++ b/testsuite/synth/issue1243/testsuite.sh @@ -2,6 +2,7 @@ . ../../testenv.sh +GHDL_STD_FLAGS=--std=08 synth_failure DSPn.vhdl -e synth_failure issue.vhdl -e |