Tests: Fix over sensitive line number.

Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
John Coiner 2017-10-31 21:22:35 -04:00 committed by Wilson Snyder
parent eb87232472
commit 2a4e830bee
1 changed files with 1 additions and 1 deletions

2
test_regress/t/t_param_default_bad.pl Normal file → Executable file
View File

@ -10,7 +10,7 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
compile (
fails=>1,
expect=>
'%Error: Internal Error: t/t_param_default_bad.v:6: ../V3Param.cpp:269: Parameter without initial value
'%Error: Internal Error: t/t_param_default_bad.v:6: ../V3Param.cpp:\d+: Parameter without initial value
%Error: Internal Error: See the manual and http://www.veripool.org/verilator for more assistance.
.*%Error: Command Failed.*',
);