mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Added back tests for logger
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
logger -werror "is implicitly declared." -expect error "is implicitly declared." 1
|
||||
read_verilog << EOF
|
||||
module top(...);
|
||||
assign b = w;
|
||||
endmodule
|
||||
EOF
|
||||
Reference in New Issue
Block a user