aboutsummaryrefslogtreecommitdiffstats
path: root/tests/various/logger_nowarning.ys
diff options
context:
space:
mode:
Diffstat (limited to 'tests/various/logger_nowarning.ys')
-rw-r--r--tests/various/logger_nowarning.ys6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/various/logger_nowarning.ys b/tests/various/logger_nowarning.ys
new file mode 100644
index 000000000..87cbbc644
--- /dev/null
+++ b/tests/various/logger_nowarning.ys
@@ -0,0 +1,6 @@
+logger -expect-no-warnings -nowarn "is implicitly declared."
+read_verilog << EOF
+module top(...);
+ assign b = w;
+endmodule
+EOF