From ac2058c7ece9b01e7c3161a62fd0e1ef6121ce17 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 25 Nov 2020 21:18:13 -0500 Subject: [PATCH] Tests: Fix t_unopt_combo_waive with -Oi --- test_regress/t/t_unopt_combo.vlt | 2 +- test_regress/t/t_unopt_combo_waive.out | 0 test_regress/t/t_unopt_combo_waive.pl | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 test_regress/t/t_unopt_combo_waive.out 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);