aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple/case_expr_non_const.v
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple/case_expr_non_const.v')
-rw-r--r--tests/simple/case_expr_non_const.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/case_expr_non_const.v b/tests/simple/case_expr_non_const.v
index 7856e781c..6dfc2e54e 100644
--- a/tests/simple/case_expr_non_const.v
+++ b/tests/simple/case_expr_non_const.v
@@ -1,6 +1,6 @@
// Note: case_expr_{,non_}const.v should be modified in tandem to ensure both
// the constant and non-constant case evaluation logic is covered
-module top(
+module case_expr_non_const_top(
// expected to output all 1s
output reg a, b, c, d, e, f, g, h
);