diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-07-28 22:30:38 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-07-28 22:30:38 +0200 |
commit | 56b37b711ab456b7287d03b1b03fe258eda24c16 (patch) | |
tree | 06d08c880c9d7fd8becf1912626fc572ba881fd3 /testsuite/gna/bug028 | |
parent | 2fc0debb824e4b5728256543253b0a4949ad522b (diff) | |
download | ghdl-56b37b711ab456b7287d03b1b03fe258eda24c16.tar.gz ghdl-56b37b711ab456b7287d03b1b03fe258eda24c16.tar.bz2 ghdl-56b37b711ab456b7287d03b1b03fe258eda24c16.zip |
testsuite: clean up flags.
Diffstat (limited to 'testsuite/gna/bug028')
-rwxr-xr-x | testsuite/gna/bug028/testsuite.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/gna/bug028/testsuite.sh b/testsuite/gna/bug028/testsuite.sh index 8e82665d1..2317900ac 100755 --- a/testsuite/gna/bug028/testsuite.sh +++ b/testsuite/gna/bug028/testsuite.sh @@ -2,8 +2,7 @@ . ../../testenv.sh -GHDL_STD_FLAGS=--std=08 -GHDL_FLAGS=--ieee=mentor +GHDL_STD_FLAGS="--std=08 --ieee=mentor" analyze simple.vhdl clean |