aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/pyunit/Current.vhdl4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/pyunit/Current.vhdl b/testsuite/pyunit/Current.vhdl
index 240c11d5f..a397e8700 100644
--- a/testsuite/pyunit/Current.vhdl
+++ b/testsuite/pyunit/Current.vhdl
@@ -111,9 +111,13 @@ begin
case foo_bar is
when 0 =>
+ report "hello" & " " & "world";
when 1 | 2 =>
+ report "vhdl" severity note;
when 3 to 4 =>
+ assert true nor false report "nothing";
when 5 to 6 | 8 to 9 =>
+ assert true nor false report "nothing" severity warning or error;
when others =>
end case;
end process;