mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 06:37:42 -04:00
Preserve brackets around string concatenation
We need disable clang-format here to preserve the brackets around
the string concatenation to prevent -Wstring-concatenation -Werror
breaking the build.
(cherry picked from commit eeafcee7ad)
This commit is contained in:
parent
e70a976958
commit
072f5d0009
1 changed files with 2 additions and 0 deletions
|
|
@ -190,8 +190,10 @@ ISC_RUN_TEST_IMPL(private_nsec3_totext) {
|
|||
const char *results[] = { "Creating NSEC3 chain 1 0 1 BEEF",
|
||||
"Creating NSEC3 chain 1 1 10 DADD",
|
||||
"Pending NSEC3 chain 1 0 20 BEAD",
|
||||
/* clang-format off */
|
||||
("Removing NSEC3 chain 1 0 30 DEAF / "
|
||||
"creating NSEC chain"),
|
||||
/* clang-format on */
|
||||
"Removing NSEC3 chain 1 0 100 FEEDABEE" };
|
||||
int ncases = 5;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue