aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple/undef_eqx_nex.v
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple/undef_eqx_nex.v')
-rw-r--r--tests/simple/undef_eqx_nex.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/undef_eqx_nex.v b/tests/simple/undef_eqx_nex.v
index 63912a2fa..b0178677b 100644
--- a/tests/simple/undef_eqx_nex.v
+++ b/tests/simple/undef_eqx_nex.v
@@ -1,4 +1,4 @@
-module test(y);
+module undef_eqx_nex(y);
output [7:0] y;
assign y[0] = 0/0;
assign y[1] = 0/1;