Skip to content

Commit c8953eb

Browse files
committed
Adding NOLINT related to #3210
1 parent 4ed3417 commit c8953eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_class_sh_trampoline_self_life_support.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ TEST_SUBMODULE(class_sh_trampoline_self_life_support, m) {
6767
} break;
6868
case 2: { // operator= lvalue
6969
std::unique_ptr<Big5> lv(new Big5Trampoline);
70-
*lv = *obj_trampoline;
70+
*lv = *obj_trampoline; // NOLINT clang-tidy cppcoreguidelines-slicing
7171
o2 = py::cast(std::move(lv));
7272
} break;
7373
case 3: { // operator= rvalue

0 commit comments

Comments
 (0)