diff --git a/tests/tuple_binding_test.cpp b/tests/tuple_binding_test.cpp index 6cb56c0..feab898 100644 --- a/tests/tuple_binding_test.cpp +++ b/tests/tuple_binding_test.cpp @@ -12,6 +12,7 @@ bool unbindTest() v->unbind(); bool returnVal = !get<0>(t)->isBound(); deleteVar(v); + // add a comment to force test CodeQL analysis return returnVal; }