Update test_regress/t/t_fork_write_after_timing.v

Co-authored-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
Kamil Danecki 2026-04-03 10:51:55 +02:00 committed by GitHub
parent 8f99f3e0bc
commit 16362deb2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ module t;
x3 = -1;
x4 = -1;
#1 t1(x1);
#1;
t1(x1);
t2(x2);
t3(x3);
t4(x4);