diff options
author | Christophe Lyon <christophe.lyon@arm.com> | 2022-11-02 16:50:15 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@arm.com> | 2022-11-02 17:58:53 +0000 |
commit | 7eb96b2f0359aa8cc1134fc6af4865f59e71d884 (patch) | |
tree | 93d85464227635034e862be6b14efeac062ccaa0 /ld/testsuite/ld-arm/attr-merge-wchar-24.d | |
parent | fde7c6bf646146aa342919b413dff07f558d55dc (diff) | |
download | gdb-7eb96b2f0359aa8cc1134fc6af4865f59e71d884.zip gdb-7eb96b2f0359aa8cc1134fc6af4865f59e71d884.tar.gz gdb-7eb96b2f0359aa8cc1134fc6af4865f59e71d884.tar.bz2 |
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
Diffstat (limited to 'ld/testsuite/ld-arm/attr-merge-wchar-24.d')
-rw-r--r-- | ld/testsuite/ld-arm/attr-merge-wchar-24.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-arm/attr-merge-wchar-24.d b/ld/testsuite/ld-arm/attr-merge-wchar-24.d index 92a26ab..46d6c66 100644 --- a/ld/testsuite/ld-arm/attr-merge-wchar-24.d +++ b/ld/testsuite/ld-arm/attr-merge-wchar-24.d @@ -2,4 +2,4 @@ #source: attr-merge-wchar-4.s #as: #ld: -r -#warning: warning: .* uses 4-byte wchar_t yet the output is to use 2-byte wchar_t@ use of wchar_t values across objects may fail +#warning: warning: .* uses 4-byte wchar_t yet the output is to use 2-byte wchar_t; use of wchar_t values across objects may fail |