aboutsummaryrefslogtreecommitdiffstats
path: root/tests/various/logger_warn.ys
diff options
context:
space:
mode:
Diffstat (limited to 'tests/various/logger_warn.ys')
-rw-r--r--tests/various/logger_warn.ys6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/various/logger_warn.ys b/tests/various/logger_warn.ys
new file mode 100644
index 000000000..2316ae4c6
--- /dev/null
+++ b/tests/various/logger_warn.ys
@@ -0,0 +1,6 @@
+logger -warn "Successfully finished Verilog frontend." -expect warning "Successfully finished Verilog frontend." 1
+read_verilog << EOF
+module top(...);
+ assign b = w;
+endmodule
+EOF