summaryrefslogtreecommitdiff
path: root/tests/simple/task_func.v
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple/task_func.v')
-rw-r--r--tests/simple/task_func.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/task_func.v b/tests/simple/task_func.v
index 3a09cbc3..8dbc90c5 100644
--- a/tests/simple/task_func.v
+++ b/tests/simple/task_func.v
@@ -1,5 +1,5 @@
-module test01(clk, a, b, c, x, y, z, w);
+module task_func_test01(clk, a, b, c, x, y, z, w);
input clk;
input [7:0] a, b, c;