From 9fab6bfcf00e77a605b6262104f28486b56fccff Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Thu, 5 Feb 2026 17:42:39 -0500 Subject: [PATCH] Tests: Fix t_assert_elab_p.py reruns --- test_regress/t/t_assert_elab_p.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_regress/t/t_assert_elab_p.py b/test_regress/t/t_assert_elab_p.py index fd061d4c3..8443b98f6 100755 --- a/test_regress/t/t_assert_elab_p.py +++ b/test_regress/t/t_assert_elab_p.py @@ -9,8 +9,8 @@ import vltest_bootstrap -test.scenarios('simulator') +test.scenarios('simulator_st') -test.compile(expect_filename=test.golden_filename) +test.compile(verilator_flags2=['--no-skip-identical'], expect_filename=test.golden_filename) test.passes()