From dd804ce80852aa583308b02330dd93a94d5fc423 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 29 Jan 2021 20:35:37 +0100 Subject: testsuite/gna: file testcase for #1623 --- testsuite/gna/issue1623/tb.vhd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 testsuite/gna/issue1623/tb.vhd (limited to 'testsuite/gna/issue1623/tb.vhd') diff --git a/testsuite/gna/issue1623/tb.vhd b/testsuite/gna/issue1623/tb.vhd new file mode 100644 index 000000000..bed04ddac --- /dev/null +++ b/testsuite/gna/issue1623/tb.vhd @@ -0,0 +1,18 @@ +entity tb is +end entity; + +architecture pass of tb is +begin + process begin + report "Hello wrapping/exitcb [pass]!" severity note; + wait; + end process; +end; + +architecture fail of tb is +begin + process begin + report "Hello wrapping/exitcb [fail]!" severity failure; + wait; + end process; +end; -- cgit v1.2.3