From 3d26a7e1febc0abed859b21c3ea1cc059f04d24e Mon Sep 17 00:00:00 2001 From: Kugel Fuhr <98353208+kugelfuhr@users.noreply.github.com> Date: Thu, 5 Mar 2026 18:44:33 +0100 Subject: [PATCH] Correct test name and test comment. --- test/val/{bug2937.c => bug2811.c} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/val/{bug2937.c => bug2811.c} (88%) diff --git a/test/val/bug2937.c b/test/val/bug2811.c similarity index 88% rename from test/val/bug2937.c rename to test/val/bug2811.c index 57f6e927c..8f0ff2e48 100644 --- a/test/val/bug2937.c +++ b/test/val/bug2811.c @@ -1,6 +1,6 @@ /* Note: This test is rather fragile since it depends on how the compiler ** handles certain sequences and return codes. It checks for exactly one -** optimizer problem introduced in #2937. If it fails in some future version, +** optimizer problem introduced in #2811. If it fails in some future version, ** do not hesitate to remove it. */