aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1517/tb.vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-11-21 08:55:24 +0100
committerTristan Gingold <tgingold@free.fr>2020-11-21 08:55:24 +0100
commite757839e4e9d277122e4f82889d562928c723b97 (patch)
tree2a1fa4f7fe7b3f8742c8baf20fca628238651669 /testsuite/gna/issue1517/tb.vhdl
parente8c3e5c8fefbbb3b5c869cd40281e4df6e081cbc (diff)
downloadghdl-e757839e4e9d277122e4f82889d562928c723b97.tar.gz
ghdl-e757839e4e9d277122e4f82889d562928c723b97.tar.bz2
ghdl-e757839e4e9d277122e4f82889d562928c723b97.zip
testsuite/gna: add a testcase for #1517
Diffstat (limited to 'testsuite/gna/issue1517/tb.vhdl')
-rw-r--r--testsuite/gna/issue1517/tb.vhdl7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/gna/issue1517/tb.vhdl b/testsuite/gna/issue1517/tb.vhdl
new file mode 100644
index 000000000..b011a7275
--- /dev/null
+++ b/testsuite/gna/issue1517/tb.vhdl
@@ -0,0 +1,7 @@
+entity tb is
+end;
+
+architecture behav of tb is
+begin
+ assert false report "end" severity note;
+end behav;