diff --git a/test_regress/t/t_runflag.pl b/test_regress/t/t_runflag.pl index ceddbaab5..7f80734c0 100755 --- a/test_regress/t/t_runflag.pl +++ b/test_regress/t/t_runflag.pl @@ -15,12 +15,8 @@ compile( execute( all_run_flags => ["+verilator+debug +verilator+debugi+9 +verilator+rand+reset+1"], check_finished => 1, - expect => ( -q{-V{t0,1}- Verilated::debug is on. Message prefix indicates {,}. --V{t0,2}- Verilated::debug is on. Message prefix indicates {,}. -*-* All Finished *-* -}), - ); + expect => (q{.*Verilated::debug is on.*}), + ); execute( all_run_flags => ["+verilator+help"],