Skip to content

Commit 2cca40c

Browse files
committed
Remove NOLINT
1 parent aea5fe8 commit 2cca40c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ystdlib/wrapped_facade_headers/test/test_sys_types.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ TEST_CASE("test_sys_types_daddr_t", "[wrapped_facade_headers][sys_types][daddr_t
105105
}
106106

107107
TEST_CASE("test_sys_types_caddr_t", "[wrapped_facade_headers][sys_types][caddr_t]") {
108-
// NOLINTNEXTLINE(misc-misplaced-const)
109-
caddr_t const p{nullptr};
108+
caddr_t p{nullptr};
110109
REQUIRE(nullptr == p);
111110
}
112111

0 commit comments

Comments
 (0)