Tests: Confirm fixed (#485)

This commit is contained in:
Wilson Snyder 2022-08-15 22:17:17 -04:00
parent 18b9e661c9
commit 43abaeb055
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,7 @@
%Error: t/t_lint_block_redecl_bad.v:21:34: Duplicate declaration of block: 'COMB'
21 | for(i=0; i<9; i++ ) begin: COMB
| ^~~~
t/t_lint_block_redecl_bad.v:18:35: ... Location of original declaration
18 | for(i=0; i<10; i++ ) begin: COMB
| ^~~~
%Error: Exiting due to

View File

@ -9,7 +9,6 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
scenarios(vlt_all => 1);
$Self->{vlt_all} and unsupported("Verilator unsupported, bug485, false begin due to WHILE conversion blocks duplicate name detection");
lint(
fails => 1,