From 7ff05331dbf00908c53ceea4a940bea27879bd49 Mon Sep 17 00:00:00 2001 From: Ryszard Rozak Date: Tue, 10 Oct 2023 16:26:49 +0200 Subject: [PATCH] Update a test Signed-off-by: Ryszard Rozak --- test_regress/t/t_const_opt.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_regress/t/t_const_opt.pl b/test_regress/t/t_const_opt.pl index c01b556134..0fdd9fb020 100755 --- a/test_regress/t/t_const_opt.pl +++ b/test_regress/t/t_const_opt.pl @@ -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;