diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-06-13 12:25:41 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-06-13 16:47:59 +0200 |
commit | cd2dacef9754e65e82ca30cdf33a031a39010d75 (patch) | |
tree | 123db01ff19c7d90dff9123e3ba61f088b5055bd /testsuite/gna/bug20767 | |
parent | e0ca8bf0b0d8049c7e9f7fe53f7ed942fac61453 (diff) | |
download | ghdl-cd2dacef9754e65e82ca30cdf33a031a39010d75.tar.gz ghdl-cd2dacef9754e65e82ca30cdf33a031a39010d75.tar.bz2 ghdl-cd2dacef9754e65e82ca30cdf33a031a39010d75.zip |
testsuite/gna: adjust tests after change of --std=93c
Diffstat (limited to 'testsuite/gna/bug20767')
-rwxr-xr-x | testsuite/gna/bug20767/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/bug20767/testsuite.sh b/testsuite/gna/bug20767/testsuite.sh index 081f92f27..e84dedc69 100755 --- a/testsuite/gna/bug20767/testsuite.sh +++ b/testsuite/gna/bug20767/testsuite.sh @@ -2,7 +2,7 @@ . ../../testenv.sh -analyze_failure xilname.vhdl +analyze_failure --std=93 xilname.vhdl analyze -frelaxed-rules xilname.vhdl |