aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-08-24 07:32:32 +0200
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-08-26 21:08:12 +0200
commita6d0550e54a6243f4cc716ce98f348458c865fe8 (patch)
tree190d33f6a602e5a99eb4f37931038ee696e15026 /testsuite/pyunit
parent98b54bc3d1b54bfc5c03e74d049fb59db47df8db (diff)
downloadghdl-a6d0550e54a6243f4cc716ce98f348458c865fe8.tar.gz
ghdl-a6d0550e54a6243f4cc716ce98f348458c865fe8.tar.bz2
ghdl-a6d0550e54a6243f4cc716ce98f348458c865fe8.zip
Implemented handling off null statements.
Diffstat (limited to 'testsuite/pyunit')
-rw-r--r--testsuite/pyunit/Current.vhdl5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/pyunit/Current.vhdl b/testsuite/pyunit/Current.vhdl
index b4906e211..c02493c21 100644
--- a/testsuite/pyunit/Current.vhdl
+++ b/testsuite/pyunit/Current.vhdl
@@ -210,6 +210,11 @@ begin
constant G7 : boolean := False;
begin
inst: component Case5689Dummy;
+ process
+ begin
+ null;
+ wait;
+ end process;
when others =>
constant G8 : boolean := False;