diff --git a/tests/various/sv_implicit_ports.sh b/tests/various/sv_implicit_ports.sh index ace95b3ba..1be68917d 100755 --- a/tests/various/sv_implicit_ports.sh +++ b/tests/various/sv_implicit_ports.sh @@ -112,7 +112,9 @@ endmodule EOT # Mixed implicit and explicit 2 -(${YOSYS} -f "verilog -sv" -qp "prep -flatten -top top; select -assert-count 1 t:\$add" - <&1 | grep -F "Warning: Resizing cell port top.add_i.b from 10 bits to 8 bits." > /dev/null +) 2>&1 | grep -F "Resizing cell port top.add_i.b from 10 bits to 8 bits." > /dev/null