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 0bce3ae commit 7fca26cCopy full SHA for 7fca26c
tests/tuple_binding_test.cpp
@@ -12,6 +12,7 @@ bool unbindTest()
12
v->unbind();
13
bool returnVal = !get<0>(t)->isBound();
14
deleteVar(v);
15
+ // add a comment to force test CodeQL analysis
16
return returnVal;
17
}
18
0 commit comments