aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue132/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-06-13 12:25:41 +0200
committerTristan Gingold <tgingold@free.fr>2020-06-13 16:47:59 +0200
commitcd2dacef9754e65e82ca30cdf33a031a39010d75 (patch)
tree123db01ff19c7d90dff9123e3ba61f088b5055bd /testsuite/gna/issue132/testsuite.sh
parente0ca8bf0b0d8049c7e9f7fe53f7ed942fac61453 (diff)
downloadghdl-cd2dacef9754e65e82ca30cdf33a031a39010d75.tar.gz
ghdl-cd2dacef9754e65e82ca30cdf33a031a39010d75.tar.bz2
ghdl-cd2dacef9754e65e82ca30cdf33a031a39010d75.zip
testsuite/gna: adjust tests after change of --std=93c
Diffstat (limited to 'testsuite/gna/issue132/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue132/testsuite.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/gna/issue132/testsuite.sh b/testsuite/gna/issue132/testsuite.sh
index 5c3e58ab0..e93a717ec 100755
--- a/testsuite/gna/issue132/testsuite.sh
+++ b/testsuite/gna/issue132/testsuite.sh
@@ -2,9 +2,9 @@
. ../../testenv.sh
-analyze_failure repro.vhdl
-analyze -C repro.vhdl
-analyze --mb-comments repro.vhdl
+analyze_failure --std=93 repro.vhdl
+analyze --std=93 -C repro.vhdl
+analyze --std=93 --mb-comments repro.vhdl
clean