Tests: Fix over sensitive line number.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
parent
eb87232472
commit
2a4e830bee
|
|
@ -10,7 +10,7 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
|
||||||
compile (
|
compile (
|
||||||
fails=>1,
|
fails=>1,
|
||||||
expect=>
|
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: Internal Error: See the manual and http://www.veripool.org/verilator for more assistance.
|
||||||
.*%Error: Command Failed.*',
|
.*%Error: Command Failed.*',
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue