Tests: Fix t_assert_elab_p.py reruns

This commit is contained in:
Wilson Snyder 2026-02-05 17:42:39 -05:00
parent bee456822e
commit 9fab6bfcf0
1 changed files with 2 additions and 2 deletions

View File

@ -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()