diff --git a/test_regress/t/t_unopt_combo.vlt b/test_regress/t/t_unopt_combo.vlt index f07f4d9f5..ffec0fb7a 100644 --- a/test_regress/t/t_unopt_combo.vlt +++ b/test_regress/t/t_unopt_combo.vlt @@ -1,3 +1,3 @@ `verilator_config -lint_off -rule UNOPTFLAT -file "*t_unopt_combo.v" -match "Signal unoptimizable: Feedback to clock or circular logic: 't.c'" +lint_off -rule UNOPTFLAT -file "*t_unopt_combo.v" -match "Signal unoptimizable: Feedback to clock or circular logic: *" diff --git a/test_regress/t/t_unopt_combo_waive.out b/test_regress/t/t_unopt_combo_waive.out deleted file mode 100644 index e69de29bb..000000000 diff --git a/test_regress/t/t_unopt_combo_waive.pl b/test_regress/t/t_unopt_combo_waive.pl index e9505bfa5..99f3041e4 100755 --- a/test_regress/t/t_unopt_combo_waive.pl +++ b/test_regress/t/t_unopt_combo_waive.pl @@ -14,7 +14,7 @@ top_filename("t/t_unopt_combo.v"); compile( v_flags2 => ['+define+ATTRIBUTES', "t/t_unopt_combo.vlt"], - expect_filename => $Self->{golden_filename}, # Expect no output, as we waived + # Passes, as we waived ); ok(1);