Tests: Fix bison stability.

This commit is contained in:
Wilson Snyder 2020-07-10 22:05:51 -04:00
parent a500140f1d
commit 9c01665078
2 changed files with 2 additions and 4 deletions

View File

@ -1,3 +0,0 @@
%Error: t/t_pp_circdef_bad.v:14:21985: Recursive `define or other nested inclusion
%Error: t/t_pp_circdef_bad.v:14:3009: syntax error, unexpected $end, expecting TYPE-IDENTIFIER
%Error: Exiting due to

View File

@ -12,7 +12,8 @@ scenarios(vlt => 1);
lint(
fails => 1,
expect_filename => $Self->{golden_filename},
# EOF result varies with Bison version, so can't use .out
expect => qr/define or other nested inclusion/,
);
ok(1);