xo-indentlog: temporarily revert gcc13 carveout
This commit is contained in:
parent
f3f7e144eb
commit
307f82daa2
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ namespace ut {
|
||||||
quoted_tcase("foo", false, "\"foo\""),
|
quoted_tcase("foo", false, "\"foo\""),
|
||||||
|
|
||||||
quoted_tcase("foo\n", true, "\"foo\\n\""),
|
quoted_tcase("foo\n", true, "\"foo\\n\""),
|
||||||
#if __GNUC__ >= 13 && __GNUC_MINOR__ >= 2
|
#if 0 && __GNUC__ >= 13 && __GNUC_MINOR__ >= 2
|
||||||
/* writes "foo\n", but gets turned into newline somewhere. only on very recent gcc. (not on 11.4.0) */
|
/* writes "foo\n", but gets turned into newline somewhere. only on very recent gcc. (not on 11.4.0) */
|
||||||
quoted_tcase("foo\n", false, "\"foo\n\""),
|
quoted_tcase("foo\n", false, "\"foo\n\""),
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue