aboutsummaryrefslogtreecommitdiffstats
path: root/tests/verilog/bug2042-sv.ys
diff options
context:
space:
mode:
Diffstat (limited to 'tests/verilog/bug2042-sv.ys')
-rw-r--r--tests/verilog/bug2042-sv.ys2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/verilog/bug2042-sv.ys b/tests/verilog/bug2042-sv.ys
index e815d7fc5..91989f412 100644
--- a/tests/verilog/bug2042-sv.ys
+++ b/tests/verilog/bug2042-sv.ys
@@ -2,7 +2,7 @@ read_verilog -sv <<EOT
module Task_Test_Top
(
input a,
-output b
+output reg b
);
task SomeTaskName(a);