Tests: Confirm fixed (#446)

This commit is contained in:
Wilson Snyder 2022-08-15 22:17:09 -04:00
parent f435d96241
commit 18b9e661c9
1 changed files with 0 additions and 1 deletions

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 # SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
scenarios(simulator => 1); scenarios(simulator => 1);
$Self->{vlt_all} and unsupported("Verilator unsupported, bug446");
compile( compile(
); );