diff options
Diffstat (limited to 'tests/simple/local_loop_var.sv')
-rw-r--r-- | tests/simple/local_loop_var.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/local_loop_var.sv b/tests/simple/local_loop_var.sv index 46b4e5c22..42860e218 100644 --- a/tests/simple/local_loop_var.sv +++ b/tests/simple/local_loop_var.sv @@ -1,4 +1,4 @@ -module top(out); +module local_loop_top(out); output integer out; initial begin integer i; |