aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-02 18:21:55 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-02 18:21:55 +0100
commit32db0bb23303a8d1165a1a613f47bfadd5c128d5 (patch)
tree74bd7436daa47ff8dba2dcaa1324b6be494cbed2
parent09a79426abe51f049d52a010b2e08b6e96f5dbad (diff)
downloadghdl-32db0bb23303a8d1165a1a613f47bfadd5c128d5.tar.gz
ghdl-32db0bb23303a8d1165a1a613f47bfadd5c128d5.tar.bz2
ghdl-32db0bb23303a8d1165a1a613f47bfadd5c128d5.zip
testsuite/gna: adjust test for --ieee=mentor
-rwxr-xr-xtestsuite/gna/bug028/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/bug028/testsuite.sh b/testsuite/gna/bug028/testsuite.sh
index 6eb89c3d0..8e82665d1 100755
--- a/testsuite/gna/bug028/testsuite.sh
+++ b/testsuite/gna/bug028/testsuite.sh
@@ -4,7 +4,7 @@
GHDL_STD_FLAGS=--std=08
GHDL_FLAGS=--ieee=mentor
-analyze simple.vhdl 2>&1 | grep ignored
+analyze simple.vhdl
clean
echo "Test successful"