]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cobol: One additional edit to testsuite/cobol.dg/group1/check_88.cob [PR120251]
authorRobert Dubner <rdubner@symas.com>
Thu, 15 May 2025 17:33:16 +0000 (13:33 -0400)
committerRobert Dubner <rdubner@symas.com>
Tue, 29 Jul 2025 16:06:38 +0000 (12:06 -0400)
Missed one edit.  This fixes that.

gcc/testsuite/ChangeLog:

PR cobol/120251
* cobol.dg/group1/check_88.cob: One final regex "." instead of "ß"

(cherry picked from commit fae53928595341981f08ded4edcbba07ee1d5d04)

gcc/testsuite/cobol.dg/group1/check_88.cob

index 18a299fc282bd9e272f8aea39b161531137a1dd2..f1d0685e478a400998b1125782d10ab74d162133 100644 (file)
@@ -17,7 +17,7 @@
 *> { dg-output {.* Bundesstra.e                                (\n|\r\n|\r)} }
 *> { dg-output { (\n|\r\n|\r)} }
 *> { dg-output {There should be no spaces before the final quote(\n|\r\n|\r)} }
-*> { dg-output {".* Bundesstraße"(\n|\r\n|\r)} }
+*> { dg-output {".* Bundesstra.e"(\n|\r\n|\r)} }
 *> { dg-output { (\n|\r\n|\r)} }
 *> { dg-output {   IsLow   ""(\n|\r\n|\r)} }
 *> { dg-output {   IsZero  "000"(\n|\r\n|\r)} }