[COMMITTED] Revert "Adjust one Ada test"

Message ID 20230905110741.561950-1-poulhies@adacore.com
State Repeat Merge
Headers
Series [COMMITTED] Revert "Adjust one Ada test" |

Checks

Context Check Description
snail/gcc-patch-check warning Git am fail log

Commit Message

Marc Poulhiès Sept. 5, 2023, 11:07 a.m. UTC
  This reverts commit d8dc61bb5ab99c3239ea93a37097f9419bee0211.

Tested on x86_64-pc-linux-gnu, committed on master.

---
 gcc/testsuite/gnat.dg/unroll3.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gcc/testsuite/gnat.dg/unroll3.adb b/gcc/testsuite/gnat.dg/unroll3.adb
index 86193d64681..3bd06e7de76 100644
--- a/gcc/testsuite/gnat.dg/unroll3.adb
+++ b/gcc/testsuite/gnat.dg/unroll3.adb
@@ -23,4 +23,4 @@  package body Unroll3 is
 
 end Unroll3;
 
--- { dg-final { scan-tree-dump-times "loop with 2 iterations completely unrolled" 2 "cunroll" } }
+-- { dg-final { scan-tree-dump-times "loop with 3 iterations completely unrolled" 2 "cunroll" } }