Skip to content

Commit

Permalink
Fix clang-tidy in DeprecatedAttributeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed Sep 20, 2023
1 parent 12ef3c9 commit 7127dd5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class DeprecatedAttributeTest : public ::testing::Test
return isPresent;
}

static const char* ERROR_LOG_PATH;
static const char* const ERROR_LOG_PATH;
};

const char* DeprecatedAttributeTest::ERROR_LOG_PATH =
const char* const DeprecatedAttributeTest::ERROR_LOG_PATH =
"zserio/deprecated_attribute/src/DeprecatedAttribute-stamp/DeprecatedAttribute-build-"
#if defined(DEPRECATED_ATTRIBUTE_TEST_CHECK_WARNINGS) && DEPRECATED_ATTRIBUTE_TEST_CHECK_WARNINGS == 1
"out"
Expand Down

0 comments on commit 7127dd5

Please sign in to comment.