diff options
author | Martin Liska <mliska@suse.cz> | 2023-01-17 12:55:43 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2023-01-17 12:55:43 +0100 |
commit | 6da37b4227c0a2d41ac5425a677603f292dd28a6 (patch) | |
tree | 6664546341f70b2e77833e5f778e6efa737e62ca | |
parent | 42bf66e4a75f892b19e660e914b442512cd4388e (diff) | |
download | gcc-6da37b4227c0a2d41ac5425a677603f292dd28a6.zip gcc-6da37b4227c0a2d41ac5425a677603f292dd28a6.tar.gz gcc-6da37b4227c0a2d41ac5425a677603f292dd28a6.tar.bz2 |
contrib: revert removal of CR character
contrib/ChangeLog:
* gcc-changelog/test_patches.txt: The CR character was removed
with ./contrib/update-copyright.py which I'm going to change.
-rw-r--r-- | contrib/gcc-changelog/test_patches.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/gcc-changelog/test_patches.txt b/contrib/gcc-changelog/test_patches.txt index 2f1cd92..1d120f8 100644 --- a/contrib/gcc-changelog/test_patches.txt +++ b/contrib/gcc-changelog/test_patches.txt @@ -3631,8 +3631,7 @@ index 0000000..d75da75 +pub fn main () +{ +// { dg-error "Isolated CR" "" { target *-*-* } .+1 } -+ //! doc cr - comment ++ //! doc cr
comment +} -- 2.38.1 |