aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd')
-rw-r--r--testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd b/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd
index c483172da..0d667f220 100644
--- a/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd
+++ b/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd
@@ -38,6 +38,8 @@ BEGIN
begin
k <= 5;
wait for 1 ns;
+ -- Avoid infinite simulation
+ wait;
end process L1;
TESTING: PROCESS