We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea5fe8 commit 2cca40cCopy full SHA for 2cca40c
src/ystdlib/wrapped_facade_headers/test/test_sys_types.cpp
@@ -105,8 +105,7 @@ TEST_CASE("test_sys_types_daddr_t", "[wrapped_facade_headers][sys_types][daddr_t
105
}
106
107
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};
+ caddr_t p{nullptr};
110
REQUIRE(nullptr == p);
111
112
0 commit comments