Skip to content

Commit

Permalink
Update a test
Browse files Browse the repository at this point in the history
Signed-off-by: Ryszard Rozak <[email protected]>
  • Loading branch information
RRozak committed Oct 10, 2023
1 parent 0ceaa30 commit 7ff0533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_regress/t/t_const_opt.pl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
);

if ($Self->{vlt}) {
file_grep($Self->{stats}, qr/Optimizations, Const bit op reduction\s+(\d+)/i, 39);
file_grep($Self->{stats}, qr/Optimizations, Const bit op reduction\s+(\d+)/i, 40);
}
ok(1);
1;

0 comments on commit 7ff0533

Please sign in to comment.