| commit | 7eb96b2f0359aa8cc1134fc6af4865f59e71d884 | [log] [tgz] |
|---|---|---|
| author | Christophe Lyon <christophe.lyon@arm.com> | Wed Nov 02 16:50:15 2022 +0000 |
| committer | Christophe Lyon <christophe.lyon@arm.com> | Wed Nov 02 17:58:53 2022 +0000 |
| tree | 93d85464227635034e862be6b14efeac062ccaa0 | |
| parent | fde7c6bf646146aa342919b413dff07f558d55dc [diff] |
arm: PR 29739 Fix typo where ';' should not have been replaced with '@' ';' does not always indicate the start of a comment, and commit 8cb6e17571f3fb66ccd4fa19f881602542cd06fc incorrectly replaced 3 instances of ';' with '@' in expected diagnostics, leading to tests failures. This patch restores the original ';' as needed in these testcases. Fixes bug: https://sourceware.org/bugzilla/show_bug.cgi?id=29739