From 7fca26ccf26d268d2dd4eb916cdfef757c39ae3d Mon Sep 17 00:00:00 2001 From: Ian Wright <55286208+Z80coder@users.noreply.github.com> Date: Tue, 19 May 2020 08:09:04 +0100 Subject: [PATCH] force test CodeQL analysis --- tests/tuple_binding_test.cpp | 1 + 1 file changed, 1 insertion(+) 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; }