From 8fecaf71a19f84fda297c43307d6604ef64117a0 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 20 May 2023 14:52:07 +0200 Subject: [PATCH] :alembic: try to fix compilation issue --- tests/src/unit-unicode1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/unit-unicode1.cpp b/tests/src/unit-unicode1.cpp index f7a6ad197..726a70d1c 100644 --- a/tests/src/unit-unicode1.cpp +++ b/tests/src/unit-unicode1.cpp @@ -102,7 +102,7 @@ TEST_CASE("Unicode (1/5)" * doctest::skip()) } } -#if 0 +#if 0 // NOLINT(readability-avoid-unconditional-preprocessor-if) SECTION("incorrect sequences") { SECTION("high surrogate without low surrogate")